All things Shopify and commerce
My video is too big on safari browser and the volume on the play bar is not showing can someone help, below is an image and the coding i'm using
<iframe src="https://gv-vod-cdn.aliexpress-media.com/ae_sg_gmc/video_target/gv8f-70f08ae0-a181919b-8f5c100a-0370/..." style="width: 100%; height: 400px; border: none;" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
Solved! Go to the solution
This is an accepted solution.
Make sure you refresh the page and check the window in a private tab
The only other alternative would be to add !important
width: 400px !important;
Hello Ecomowner,
For the style section, you should be able to re-size the width of the video on the page from
width: 100%;
The switch it to
width: 80%;
for greater visibility
You can also adjust the height of the video with
height: 80%;
didnt work
Strange, what if you try the following:
width: 400;
You should be able to hard code how many pixels the iframe can take up
no, on other browsers it looks ok but on safari im still having problems
This is an accepted solution.
Make sure you refresh the page and check the window in a private tab
The only other alternative would be to add !important
width: 400px !important;
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025