Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #445942

    Hello,

    on http://bebm.de you will see at the end of the startpage an Accordion Slider. The Accordion Slider is in a column which is inside a Farb Sektion, so it adjusts to content width. The original size of the images is 448 x 336 px. As I could not find this image format setting in Accordion Image Size I have chosen Magazine (710 x 375)

    This looks quite ok on a desktop.
    Desktop

    But when I look at it with an iPhone 5 I see that the pictures get stretched horizontally.
    iPhone 5

    What could I do here? Is it possible to have a Accordion Image Size of 448 x 336 ?

    Thank you for Help
    Bernd

    #446935

    Hi Bernd!

    Thank you for using Enfold.

    Try to adjust the height by using this code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .aviaccordion.aviaccordion-title-inactive.av-animation-active {
      height: 300px !important;
      max-height: 300px !important;
    }}

    Cheers!
    Ismael

    #447632

    Hi Ismael,

    that worked. I adjusted it to 200px. Looks nearly unstretched.

    Thank you
    Bernd

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pictures stretched in Accordion Slider on iPhone’ is closed to new replies.