Featured Image in List View

Home Forums Calendar Products Events Calendar PRO Featured Image in List View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933200
    Carl
    Participant

    Is there a way to change the default image size for the featured images in the list view of the events calendar. For some reason mine keep defaulting to 300px in height and width, even after changing the image size to smaller dimensions. Is there a way to do this without going into the css?

    http://www.bmarqtraining.co.uk/courses/

    Thanks

    #933300
    Geoff
    Member

    Hello Carl, thanks for getting in touch!

    Yes, there absolutely is a way to change the featured image size. The Events Calendar simply uses the default WordPress Featured Image functionality, so it pulls the same Featured Image size settings that are already on your site.

    You can change the settings of your featured images in WordPress under Settings > Media. Change the dimensions of the Medium Size and this will take effect.

    Otherwise, yes, CSS would be an alternative and you can target the image container using something like:

    .tribe-events-list .tribe-events-event-image {
    width: 20%; /* or whatever size */
    }

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    #934586
    Carl
    Participant

    Thanks Geoff! Ended up using the css code in the end.

    #934677
    Geoff
    Member

    My pleasure! Thanks for following up confirming–I’m glad this worked out. 🙂

    I’ll go ahead and close this thread, but please feel free to start a new one if anything else pops up and we’d be happy to help.

    Cheers!
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Image in List View’ is closed to new replies.