Full size Images are scaled

Hi,

the images on my site have a size of 1200x900 pixel. But when I add a full size picture to a post, it will always be scaled to 1198x899 pixel. Please check the full size images in my post.

Is this because of the frame around the picture?

How can I force the image to be displayed in 1200x900 (and keep the frame)?

Hi @michaelxxx,

After going through your website, it has been found that the container maximum width is set 1600px and width is set to the 90% of the maximum width. And the left section is also set to 81% of width that is of 90% of the container width.
That might be the size issue of the full-width images, which are adjusted to the left section of the page. If you increase the maximum width of the container the image size will be increase proportionately.

NOTE: there is no issue with the frame and size of the image.

Thanks for understanding.

Hi,

I have now increased the container maximum width to 1605. And you can see that the Full Size Image container has 1210 Pixel width. So there should be enough space to show the full site image with 1200px, or?

But when I right-click on the image and check the “Grafic Info” I can see that is still scaled to 1198x899 pixel.

Hello @michaelxxx,

The uploaded image file is 1200x576 pixels. See the secure note.

The image was reduced and fitted into the available space in your content area. Be aware that you have set a maximum width 1605 pixels in X > Theme Options > Layout and Design > Site Max Width. You have set the Site Width to 80% which means that you now have 1284 pixels left for the content area. The content area has the right padding of 65 pixels and you only have 1219 pixels left.

The image was inserted as an attachment and is wrapped with a container that has a margin, padding, and a border too.

1219 width - (10 pixels padding (5px left and 5px right) + 1px border + auto margin)

If you remove even just the border style, you should get the correct image size that you wanted. By the way, removing the style of the image container will require custom CSS which is already considered as custom development and it is beyond the scope of our support.

Hope this explains it briefly.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.