I figured out that a cache plug-in was the causing the image to stay static, so that’s fixed.
But I still can figure out how to make the image larger.
Hi! I’ve been trying to email you, somehow missed the fact that you’d posted here too. Sorry about that. My email keeps getting bounced back, but I’ll paste the relevant bit in here:
—————–
Easy Image Display uses the built-in WordPress gallery shortcode to display images, and the shortcode uses a three-column gallery layout by default (see all the default settings at the bottom of this page: http://codebyshellbot.com/wordpress-plugins/easy-image-display)
This means that currently, no matter what size image you ask it to display, the maximum image size is constrained by the fact it’s leaving enough space for three columns. Try setting columns=”1″ in your shortcode and that should allow you to use larger image sizes.
————————–
Glad you got the static image issue sorted out. Let me know if my column suggestion helps with the sizing.
That did it! Thank you so much.