id like for the home screen to auto play the video without the consumer having to press play.
is this possible on dawn theme?
id like for the home screen to auto play the video without the consumer having to press play.
is this possible on dawn theme?
Hi Andia,
You can do it like this:
where does it go?
doesnt quite work. opens to a black screen vs the video
Updtade this on live 106 in video section
{{
section.settings.video
| video_tag:
image_size: '1100x',
autoplay: true,
loop: section.settings.enable_video_looping,
controls: true,
muted: true
}}
No, You need to go in themes codes, under sections you need to find video and under line 106 change code.
It doesn’t work on Chrome but it works on Firefox and Safari
Hi @Andia ,
May I suggest to update code these steps:
sections/video.liquid
Add code below to top of file
i also want to hide the controls on hover
To remove controls paste this instead:
{{
section.settings.video
| video_tag:
image_size: '1100x',
autoplay: true,
loop: section.settings.enable_video_looping,
controls: false,
muted: true
}}
Also to remove play button, on top of section on first line add this:
thank you!!
where I need to put this code?
not working