The site looks OK to me. What should it look like?
Just as an FYI, twentyten is not a responsive theme. This might be a good time to move to something a bit more up to date.
sorry for not being more specific. the images’ width should be 800px (same as the width of my paragraphs) but they are being resized to a slightly smaller size.
Thanks for the advice I will look into that.. thought it’s going to be quite a hassle as I would need to re-edit the CSS and php template files which I spent a lot of time on.
A couple of things to try:
1. Temporarily disable Jetpack’s Photon module.
2. if that doesn’t help, look for $content_width in your theme’s functions.php and try a larger value. (It may be set at 640px.)
thanks a million Steve!! option 1 works! Sorry so it was not a problem with the twenty ten theme.
Would disabling this module have any negative effect on my site in any way?
It will slow down your page loads a bit. Contact the folks at jetpack to find out why this became an issue:
https://jetpack.com/support/photon/
noted, thanks again Steve really appreciate your help!
I amended $content_width in functions.php to 800px, and re-activated the Photon module, and the images are displaying correctly now. Cheers.