Tagged: Slide Show, slider, Smartphones
Hello!
The slideshow is not high enough on smartphones. Look here: https://julius-leber-schule-luebeck.de
Please tell me how I can set a minimum height.
I asked recently maxium high – i think the question is the contrary 8-)
best regards,
Susanne
Hi Susanne,
This code can set the minimum height however this will also stretch the image:
@media only screen and (max-width:767px) {
.home #full_slider_1 .avia-slideshow-inner,
.home #full_slider_1 .avia-slideshow-inner img {
min-height: 240px;
}
}
Best regards,
Nikko