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

    Dear Kriesi,
    The height of the horizontal gallery is to small at mobile. I tried to fix this by using the following CSS:

    @media only screen and (max-width: 767px) {
    .club-slider .av-horizontal-gallery-wrap {
    height: 300px !important;
    }}

    @media only screen and (max-width: 767px) {
    .av-horizontal-gallery {
    overflow: visible !important;
    }}

    @media only screen and (max-width: 767px) {
    .responsive .av-horizontal-gallery-img {
    height: 300px !important;
    }}

    Unfortunately still the images don’t show correctly (only a part is visible at mobile).

    Kind Regards,

    Lisa

    #1468481

    Hey StyleCreations,
    Currently the css above is setting the height of the images to 300px, if you want them larger try adjusting the css to suit. Please note that the images are 400px in height, so larger than that may distort the image aspect ratio and make then “stretched” on mobile.

    Best regards,
    Mike

    #1468546

    Hi Mike,

    Unfortunately changing the height to 400px does not solve the issue. Images still don’t get displayed with a bigger height.
    I have added a link to a screenshot.
    Kind Regards,
    Lisa

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