Featured image size in single event

Home Forums Calendar Products Events Calendar PRO Featured image size in single event

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #746796
    Ryan Stanley
    Participant

    I would like to make my featured image fit to width is possible. I’ve fixed: <?php echo tribe_event_featured_image( null, ‘full’ ); ?> But it’s getting a CSS attribute of max width:”175px” from somewhere. How can I change that CSS attribute?

    #747465
    Brian
    Member

    Hello soulofyoda,

    I can help you out with this customization. I looked at your site and came up with some css for the list view that you can add to your theme or through a plugin such as Simple Custom CSS.

    Here is the css:

    .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100%;
    }
    .tribe-events-list .tribe-events-loop .tribe-events-event-image img {
    max-width: 100%;
    }

    That works just on the List View of the Plugin.

    Let me know if that works for you.

    Thanks

    #797146
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured image size in single event’ is closed to new replies.