how can I increase the size of the slide for the smartphone ? They are much smaller than the rest
http://www.dacciunazampaonlus.it
thank you
Hey Mreggio,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display a different slider which is made only for mobile on mobile devices
Best regards,
Yigit
hello actually I would like to remain the same, but only that the size of the slide was more like large size. it’s possible?
Hi,
You can increase the size of the slider but it might get distorted on certain screen resolutions:
@media only screen and (max-width: 767px) {
.avia-slideshow-inner, .avia-slideshow-inner img {
height: 400px !important;
}
.avia-slideshow-inner img {
min-width: 1000px !important;
}
}
Best regards,
Ismael
Thank you