Image over scaling issue
-
I am currently using WordPress 3.6 with the Clean Retina theme for my site TwoDigitalGypsies.com and I’m having an image scaling issue. When I insert an image into a page or post at the size I want it often gets scaled again to a smaller size. For example, I just loaded my Photo Gallery page in Google Chrome and the NextGen Gallery Slider is displaying correctly. The Image of the Week and the Image of the Month should be displaying at 600px wide but are displaying at 300px. It’s the same on images I insert into pages and blog posts. If I insert a 300X200px into a page or post it gets scaled again to 154X103px. Only thumbnail images I insert into pages/posts don’t seem to have this problem.
If I inspect the element images that display correctly have this code:
img class="size-full wp-image-680" alt="Alhambra palace located in Granada, Spain" data-cfsrc="https://i0.wp.com/twodigitalgypsies.com/wp-content/uploads/2013/03/Alhambra600.jpg?resize=600%2C450" data-recalc-dims="1" src="https://i0.wp.com/twodigitalgypsies.com/wp-content/uploads/2013/03/Alhambra600.jpg?resize=600%2C450" scale="0"
and images that display incorrectly display this code:
img class="size-full wp-image-679" alt="Roman Aqueduct in Segovia, Spain" data-cfsrc="https://i2.wp.com/twodigitalgypsies.com/wp-content/uploads/2013/03/RomanAqueduct600x450.jpg?zoom=2&resize=600%2C450" data-recalc-dims="1" width="260" height="25" src-orig="https://i2.wp.com/twodigitalgypsies.com/wp-content/uploads/2013/03/RomanAqueduct600x450.jpg?resize=600%2C450" scale="2" src="https://i2.wp.com/twodigitalgypsies.com/wp-content/uploads/2013/03/RomanAqueduct600x450.jpg?zoom=2&resize=600%2C450"
Looking at the code, images displaying correctly show scale=”0″ and the images that get scaled again show scale=”2″.
I’m not sure if this is a WordPress issue, a theme issue, something I’m doing, or even a browser issue. It does this in Firefox and Chrome but not in Safari.
Any help someone could give me would be much appreciated.
- The topic ‘Image over scaling issue’ is closed to new replies.