$width and $height will either be “width=x” and “heigh=x” or they will be an empty string.
The shortcode by default uses the ‘thumbnail’ image size, which unless your theme has updated will be 150px by 150px, so you’ll be displaying a 150×150 image at 250×250 with the above shortcode, meaning it’s not being compressed but stretched.
If you want to display and image at 250×250 try:
[EVENT_IMAGE_* size=medium width=250 height=250]
By default WP creates an image 300×300 for ‘medium’ and then the above shortcode will output that image and set the width/height to 250×250.
Viewing 1 reply thread
The support post ‘Image Size in Ticket Still Too Large’ 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.