Hi
I use the new Theme Twenty Eleven and I would like to create a gallery where the thumbnails link to an attachment page.
The images on the attachment page use a with of 926 pixels. So I uploaded all images with a with of 926 pixels.
But on the attachment page the images are now "scaled" to 926 pixel. Which means that if I click on the image info it shows me a dimension of 741px × 1023px (scaled to 926px × 1278px). It makes this with all images although all images do have a width of 926 pixels.
Why are the images scaled down and than scaled up to the original size?
I changed already the large image size in the media settings on a width of 926 pixels and I uploaded all images for a second time.
I also changed a piece of CSS Code:
Original Code:
.entry-content img, .comment-content img, .widget img {
max-width: 97.5%;
}
Changed Code:
.entry-content img, .comment-content img, .widget img {
max-width: 100%;
}
But this all doesn't help. The images are still blurred.
I'm sorry but I cannot post the link to my blog because it's not online yet.
Do you have any idea why the images are scaled on the attachment page?
The blog I need help with is danielalozza.wordpress.com.