Hi , How can I adjust size of my video / pictures that are placed inside of color section on mobile devices please ?
Media have proper scale on desktop but on mobile there ( is only square visible).
This sometimes tiger google mobile friendly check – with description – Content wider than screen
I found in other topic this codes , but they are probably outdated – not worked for me:
@media only screen and (max-width: 475px) {
#av_section_1,
#av_section_2,
#av_section_3,
#av_section_4{
background-size: cover !important;
height: 600px !important;
}
}
@media only screen and (max-width: 489px) {
#av_section_1 {
background-size: 100% 45% !important;
background-position: 40% 90% !important;
margin-top: -100px;
}
}
Many Thanks for help.
Lukas
Hey digaluk,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan thank you for your interesting .
video :
or
and picture here:
Thank you
Hi,
Sorry for the delay. Background videos are disabled on mobile devices by default, which is why you’re only seeing an empty box. In place of that box, you can apply a fall back image. Please edit the color section, then go to the Styling tab and select a fall back image in the background section. However, if you really need to display videos on mobile view, you have to use the Video element instead. You can make it so that the color section is hidden on mobile devices and only display the Video element. Just toggle the visibility of the elements in the Screen Options tab.
Thank you for your patience.
Best regards,
Ismael