Re: Video not playing on the product page mobile view

Solved

Video not playing on the product page mobile view

LizelFigueras
Shopify Partner
2 0 0

I uploaded a video on the product page using either Youtube or Vimeo link, However the video is not playing on mobile view. But on desktop the video is all good. 

Here's the link: https://www.forestglory.com/collections/morel-mushroom-products/products/bestpricedmorels?variant=41...

 

Please advise. Thank you

Accepted Solution (1)

ThomKnepper
Shopify Partner
196 30 72

This is an accepted solution.

Hi!

 

So what is actually happening if you take a look at the screenshot below is that your Facebook widget is overlapping all other elements. This is probably because the CSS is not written well as well as the widget using the center html tag which is deprecated for over 10 years already.

 

I'd check if you can contain that widget in a div, give it a position:relative;, contain: contain; and then position that widget within that div.

Screenshot 2023-04-30 at 13.59.03.png

Hop this helps!

Best wishes,
Thom Knepper - Athom.Agency
- Was my reply helpful? Please Like to let me know!
- Was your question answered? Awesome! Please Mark it as an Accepted Solution

View solution in original post

Reply 1 (1)

ThomKnepper
Shopify Partner
196 30 72

This is an accepted solution.

Hi!

 

So what is actually happening if you take a look at the screenshot below is that your Facebook widget is overlapping all other elements. This is probably because the CSS is not written well as well as the widget using the center html tag which is deprecated for over 10 years already.

 

I'd check if you can contain that widget in a div, give it a position:relative;, contain: contain; and then position that widget within that div.

Screenshot 2023-04-30 at 13.59.03.png

Hop this helps!

Best wishes,
Thom Knepper - Athom.Agency
- Was my reply helpful? Please Like to let me know!
- Was your question answered? Awesome! Please Mark it as an Accepted Solution