Hi, I’m using the following in the registration_page_display.php to call the featured image:
echo apply_filters(‘filter_hook_espresso_display_featured_image’, $event_id, !empty($event_meta[‘event_thumbnail_url’]) ? $event_meta[‘event_thumbnail_url’] : ”);
Is there a way to modify this to call the medium size instead?
Unfortunately not. The way the events are set up is that the featured image url is pulled into the database and that is what is used to display the image, so it can’t pull in any other size.
The only way to change it is to actively change the featured image size within the event editor.
Viewing 1 reply thread
The support post ‘Call medium size featured image’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.