Title: thumbnails sizing
Last modified: August 22, 2016

---

# thumbnails sizing

 *  Resolved [johnboak](https://wordpress.org/support/users/johnboak/)
 * (@johnboak)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/thumbnails-sizing/)
 * I am trying to figure out how to control the horizontal cropped size of the Events
   page event images. For many years my images were a 450pixel x 100pixel crop of
   the event graphic. Then one day it mysteriously became 100×100. I cannot find
   a selector to control this. It looks like “settings>formatting>events>Default
   event list format” would control it:
 * <tr>
    <td> #_EVENTIMAGE{600,100} <div class=”eventname”> #_EVENTLINK </div>
 *  <div class=event-dates>
    #_{l, F j, Y} #@_{l, F j, Y}   </div> <div class=event-
   times> #_EVENTTIMES </div> <div class=”location-name”> <p>#_LOCATIONNAME, #_LOCATIONTOWN#
   _LOCATIONSTATE</p> </div> </td> </tr>
 * But it does not. Thanks for any help.
 * [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jesse C.](https://wordpress.org/support/users/moxyinc/)
 * (@moxyinc)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/thumbnails-sizing/#post-5697641)
 * I just updated and am experiencing the same issue. The Thumbnails are displaying
   the smallest thumbnail size in my uploads folder, but are not being cropped down
   to 100×100. They were all working fine before the update.
 * I have this code in my template:
 *  `<?php if (class_exists(‘EM_Events’)) {
    echo EM_Events::output(array(‘limit’
   =>20, ‘scope’=>’future’,’orderby’=>’event_start_date’, ‘order’=>’ASC’, ‘format’
   =>
 *  ‘<div class=”va-slice va-slice-#_EVENTID”>
    <div class=”va-title”>#_EVENTIMAGE{
   100,100} <h3>#_EVENTNAME</h3> <p class=”event-date”>#_EVENTDATES</p> </div> <
   div class=”va-content”>#_EVENTNOTES</div> </div>’)); } ?>`
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/thumbnails-sizing/#post-5697826)
 * hi,
 * maybe this article can help you out – [http://wp-events-plugin.com/blog/2014/12/05/bye-timthumb/](http://wp-events-plugin.com/blog/2014/12/05/bye-timthumb/)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘thumbnails sizing’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/thumbnails-sizing/#post-5697826)
 * Status: resolved