Okay
  Public Ticket #3455099
Size image for single event
Closed

Comments

  •  1
    Panatda started the conversation

    Hi,

    Is there a way to make the images smaller for single events? The photos are way too big. We are looking to size that down. Thanks for your help!

    - Panatda

  •  783
    Zhivko replied

    Hi,

    Well, it is possible to limit the height via css:

    .stec-media-carousel {
         padding-top: 400px !important;
    }

    However, I'd suggest you to edit the image itself so it "landscape" and not "portrait" orientation.

    3971963905.png



    Stachethemes Developer

  •  1
    Panatda replied

    Hey,

    Thanks! What do you mean by editing the image itself to landscape? Are you referring to making it landscape before uploading? I can do that, but the problem is when users upload their images, they won't edit the photo, and I can't control what they upload, unfortunately. I can advise and recommend, but it's tough to police.

  •  783
    Zhivko replied

    You are correct. If these images are uploaded by visitors, then my suggestion is not an option. Unfortunately, in this case, I can't think of another solution apart from limiting the media carousel height via CSS.

    .stec-media-carousel {     
         padding-top: 400px !important;
    }



    Stachethemes Developer

  •  1
    Panatda replied

    No worries! Thank you again!