Featured image on events showing different sizes

Home Forums Calendar Products Events Calendar PRO Featured image on events showing different sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #999131
    Matt
    Participant

    The featured image on one type of event is appearing stretched on the website. It was originally ok. Not sure when this started happening. There are two types of event on the site. One shows it’s image correctly on all occurrences and the other shows it stretched on all occurrences.

    #999263
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here.

    Do you have links to where the image is correct and where it is wrong?

    Can you please provide those in a private reply and I can take a look.

    Thanks

    #999304
    Matt
    Participant

    This reply is private.

    #999318
    Brian
    Member

    Thanks for the link I see the images now.

    Our css only provides a max height so that larger image hits that first causing the issue.

    Try out this css to set a max width:

    .tribe-events-list .tribe-events-event-image img {
    max-width: 300px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #999463
    Matt
    Participant

    Brian,

    Perfect, that’s fixed it thanks. Not sure why it went wrong in the first place though as I don’t recall making any changes.

    #999550
    Brian
    Member

    Great glad it helps.

    We might have added in some new css that caused the issue, but I do not recall us doing that off the top of my head.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured image on events showing different sizes’ is closed to new replies.