Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #241556

    Hallo Enfold-Team,

    ich habe ein Problem mit dem Vollbild-Slider. Wie kann ich einstellen, dass der Vollbild-Slider sich an die Größe des Browsers anpasst?
    Auf dem Desktop-PC zeigt erscheint das Bild optimal. Rufe ich die Seite über iPad oder iPhone auf, passt sich das Bild nicht automatisch an die neuen Seitenverhältnisse an.

    #241557
    This reply has been marked as private.
    #242571

    Hey!

    Versuche einmal diesen Code in das Quick CSS Feld einzufügen:

    
    .avia-fullscreen-slider .avia-slide-wrap {
    background-size: contain;
    }
    

    Regards,
    Peter

    #242954

    Hi Dude,

    leider hat das nicht geklappt. Das Bild wird immer noch in seiner vollen Größe angezeigt.

    #243721

    Hey!

    Ok, versuche einmal diesen Code:

    
    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: contain;
    background-repeat: no-repeat;
    }
    

    Regards,
    Peter

    #484336

    With this code the image shrinks to screen-size, but the heigt is still the same. This means there is a lot of white space on iPhone with the caption somewhere in the white.

    #484677

    Hey!

    please refuse from posting into two different threads with the same issue. I already answered you here: https://kriesi.at/support/topic/tooltip-caption-team-member/#post-484676

    Best regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Vollbild-Slider Size’ is closed to new replies.