How to remove play button and controls on video

How to remove play button and controls on video

DorothySaulewic
Visitor
2 0 0

Hi there, 

 

I have uploaded some videos to each product through the media content section in admin. Not through a URL. I would like to remove the play button and controls at the bottom of the video. Also, would like it to auto play and loop.

 

Any help would be appreciated.

Thank you

Screen Shot 2024-01-13 at 9.09.16 PM.png

Replies 3 (3)

Guleria
Shopify Partner
3393 675 957

Hello @DorothySaulewic ,

 

Check in theme settings is there any option available to hide it.
If not, try to edit the code and  pass  this attribute in the video tag.

controls="false"

 Keep note if your theme is using html video player then this will work.

For autoplay

autoplay="autoplay"

 

Hope it will give you an idea.

 

Thanks 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
DorothySaulewic
Visitor
2 0 0

Hi Guleria, 

 

Thanks for your reply. Where do I add this code?

In the Custom CSS box on the product page?

or in Theme - Edit Code section? 

Guleria
Shopify Partner
3393 675 957

You need to find the video source code and put these attributes there.

Keep note it will work if you are using html video player.

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder