Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #786286

    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 !

    #786298

    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

    #872791

    Hi Nikko,

    It works ! This topic can be closed.

    Thanks a lot !

    #872993

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Original size image on image format post’ is closed to new replies.