Hi,
I have many image format posts and in those posts, when the original image size is not so large, it is increased to fullwidth like you can see on page example in private content. What I would like is keeping the original size of images in my posts, when those images are less large than the “column width”.
How could I do this ?
Thanks !
Hey fcp,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .big-preview img {
max-width: 100%;
width: auto;
}
Let us know if this helps :)
Best regards,
Nikko
Hi Nikko,
It works ! This topic can be closed.
Thanks a lot !