Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1480223

    I’m using the blog posts element, I’ve set the preview image size to manual and selected Masonry 705x705px, but all the preview images on my blog page are still different sizes. I was expecting them all to conform to the 1:1 aspect ratio. I’ve cleared cache already.

    #1480242

    Hey mosaic,

    Thank you for the inquiry.

    Please note that the specified size of 705x705px is the maximum dimension of the thumbnail. The generated thumbnail will not be cropped to this dimension and will still retain its aspect ratio. For example, if the uploaded image has a landscape orientation and is larger than 705px, the generated masonry thumbnail will have a maximum width of 705px, but the height might vary based on the calculated ratio. You may need to select a different thumbnail such as magazine, portfolio or portfolio_small.

    Best regards,
    Ismael

    #1480393

    None of the thumbnail sizes are working. I’ve tried all of them including square which is smaller than the ones you mentioned and none of them have any effect. I’ve cleared cache each time. User details in private content if you need to check.

    #1480507

    Hi,

    Thank you for the update.

    The image size settings were not being applied because of the post_thumbnail_size filter in the functions.php file. We adjusted the condition a bit.

    if( !is_singular('post') && is_page(1307) ) {
    

    (removed screenshot)

    Best regards,
    Ismael

    #1480510

    Hi I’ve cleared the website cache and checked the page from an incognito browser but I’m not seeing what you are. The problem still seems to be the same as far as I can see. Can you double check and make sure it’s working?

    Also, please could you remove the screenshot from your reply. I prefer my website to remain anonymous.

    #1480554

    Hi,

    We removed the screenshot. Have you tried clicking “Purge All” in the LiteSpeed Cache plugin?

    Best regards,
    Ismael

    #1480563

    I had done but nevertheless it seems to be working this morning so must’ve been cached. Thank you!

    #1480584

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.