Hi all,
I would like to make the width of video fit in the screen on responsive mode on the product page.
How do you do this?
URL:
https://hobot-jp.myshopify.com/products/hobot_001
Thank you in advance.
Hi all,
I would like to make the width of video fit in the screen on responsive mode on the product page.
How do you do this?
URL:
https://hobot-jp.myshopify.com/products/hobot_001
Thank you in advance.
You can try to change width of video from 480 to 100% in video code that you added in your product description
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file β Save
video {
width: 100% !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thank you it worked!