Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1211810

    Dear Team, Please let me know the solution for change the big-preview image in blog page to 1000X600.

    #1211972

    Hi Vadivel,

    Big-preview image in Single Posts aren’t cropped and uses full image size.
    Please try to upload an image with the size you want to use.

    Best regards,
    Nikko

    #1212056

    I have tried upload image full size its not working. current image in page is full size.

    #1212410

    Hi srinagasai,

    I apologize for my mistake, the image is 1000px in width however the container is only 813px.
    To fix that, would it be okay to set the maximum width of your container to 1000px?

    Best regards,
    Nikko

    #1212445

    I am ok to keep 1000×600 Height is 600 and with is 1000.

    #1212531

    Hi srinagasai,

    Please try to add this code in Quick CSS, located in Enfold > General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1100px;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 1000px;
    }

    Best regards,
    Nikko

    #1212552

    I have tried appling its not working

    #1212568

    Hi, I am ok with the size. image is fit to box. Its expanding.

    #1212817

    Hi srinagasai,

    Did the code work? if not then please disable CSS file merging and compression in Enfold > Performance.
    And if it does work, it should expand the box since the image’s maximum width is 100% of the container width therefore expect it not to be 1000px if it’s inside an 800px width container.

    Best regards,
    Nikko

    #1212941

    Hi Nikko,

    I have found the solution. Thanks.

    #1213114

    Hi srinagasai,

    I’m glad to hear that :)
    Thanks also for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to change the big-preview image’ is closed to new replies.