Too big images in Single Article view | Knight - Documentation | JoomShaper

Knight

Updated Last: 22 June 2021

Too big images in Single Article view

By default, first image in single article view has a 100% width, it means that if you uploaded smaller image it will be resized and may get a blurred effect, because of "pixel doubling".
It can be easily fixed, just use the following custom CSS code:

.entry-image.full-image img { width: auto; }
And since now all images will use their primary resolution, of course, unless it is not wider than the JoomShaper template.