When you set the featured image on the post, you should be able to select from Thumbnail, medium, large, or full size before you insert it into the event. Or you could scale the image on the browser side using css, but it would be better to send the smaller image to save bandwidth.
Your WordPress theme is setting all the images at 100% width. So if an image, like our little add to calendar icon isn’t within a division on the page that’s exactly its same size, it will stretch to fill its container.
You can ask the theme developer to fix this or you can fix this by adding this line to your stylesheet, or use something like the my custom CSS plugin to add it in:
.container1 img {
width: auto;
}
Viewing 3 reply threads
The support post ‘Oh no Giant Image!!! Help’ 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.