Hi everyone, I uploaded a video on the product detail page, everything works fine when I view the page on my computer, but when I view it on my mobile phone, the video doesn’t automatically zoom to the right size, here’s the link to the product, thanks for your help!
Topic summary
A user encountered an issue where a product video displayed correctly on desktop but failed to resize properly on mobile devices.
Solution provided:
- Add specific code to the theme.liquid file (after the
<head>element) - Initial code suggestion caused incorrect video height
- Revised code successfully resolved the mobile resizing issue
Outcome:
- Problem resolved after implementing the corrected code snippet
- The video now displays at the appropriate size on mobile devices
