• I’m using #_EVENTIMAGE{48.0} to display the event thumbnail in my main events list, which is long. Google performance complains that I’m loading full sized images on that page and that it’s slowing my site way down.

    When I use #_EVENTIMAGE{medium} or #_EVENTIMAGE{large} in the single events it uses the WordPress resized media, no problem.

    But I’ve tried #_EVENTIMAGE{thumbnail}, #_EVENTIMAGE{thumb}, #_EVENTIMAGE{small} and #_EVENTIMAGE{medium 80,0} in the event list all to no avail.

    Is there a way to pull a smaller image rather than making the browser resize 20 or 30 images for the thumbnails when the event list loads?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try #_EVENTIMAGE{100,100}

    From Events Manager Help:

    #_EVENTIMAGE{x,y}Shows the event image thumbnail, x and y are width and height respectively, both being numbers e.g.?#_EVENTIMAGE{100,100}. If 0 is used for either width or height, the corresponding dimension will be proportionally sized

    I think this should use the thumbnail (unless you disabled thumbnails in Events Manager->Settings->General).

Viewing 1 replies (of 1 total)
  • The topic ‘thumbnail images resizing’ is closed to new replies.