Good morning. In my website (https://www.pasettoforniture.com/) I added a color section.
In color section I added a background video.
In desktop view it is play automatically.
In mobile view it doesn’t start.
It’s possible play video automatically in mobile view?
Thanks.
Hey Pas7o,
Autoplay videos are not supported on mobile devices unfortunately. You can select to show a fallback image in the element options instead, or hide the section for mobile, and use the regular Video element in its place.
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #av_section_1 .container {
width: 100%;
max-width: 100%;
}
.home #av_section_1 .template-page {
padding: 0;
}
}
Best regards,
Rikard
Hi,
Thanks for the update. Please try this CSS instead:
@media only screen and (max-width: 767px) {
.home #av_section_1 .container {
width: 100% !important;
max-width: 100% !important;
}
.home #av_section_1 .template-page {
padding: 0;
}
.home #av_section_3 {
margin-top: -20px;
}
}
Best regards,
Rikard
Perfect! Thank you so much.
Hi Pas7o,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko