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.
But when I look at it with an iPhone 5 I see that the pictures get stretched horizontally.
What could I do here? Is it possible to have a Accordion Image Size of 448 x 336 ?
Thank you for Help
Bernd
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
Hi Ismael,
that worked. I adjusted it to 200px. Looks nearly unstretched.
Thank you
Bernd