Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1172089

    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

    #1172404

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.