I had a draft post which was working fine yesterday, but when I posted it today none of the images were visible. All my images have a maximum width of 675px, but when I checked the source of the rendered page WP had on the fly added a width parameter as a query-string variable to the end of all the image source URLs (?w=700), which prevented them from being displayed. The extra query strings were not included in the source in edit view.
I had to manually add ?w=675 to all the images to get them to display.
The blog is: http://geotopoi.wordpress.com/
and the post in question is: http://geotopoi.wordpress.com/2012/04/19/cwm-bychannantmor-copper-mine-2/
this uses the theme: The Journalist v1.9
My questions are:
1) Why is this happening?
2) How can it be prevented from happening in the future?
Thanks for any help
The blog I need help with is geotopoi.wordpress.com.