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
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
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?
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.