Hello, I would like to have the images in the fullscreen slider fit the screen area instead of cutting them. is it possible? Thanks.
Hi Dabuti!
Try adding this to Quick CSS:
@media only screen and (max-width: 767px) {
.avia-fullscreen-slider .avia-slideshow ul li {
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: top !important;
}
}
Some of them may look stretched though.
Cheers!
Josue
Hey Josue,
I tried to add that CSS rules, but nothing happens.
I just want to have the same behavior as in the mansory gallery when you click on any image, it shows the full image, not cutting it.
Thanks.
Hey!
Try the following instead:
.avia-fullscreen-slider .avia-slideshow ul li {
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: top !important;
}
Best regards,
Josue
Hey,
I think I’ve found the solution instead of background-size: 100% 100%; background-size: contain; So the image works perfect.
Thanks for your time!
Best regards,
Dabuti.
You are welcome Dabuti, always glad to help :)
Regards,
Josue