• Resolved amb99

    (@amb99)


    I’m trying to set the Minimum width of the images, so that no matter what the device is being used, or the width of the screen/browser, the images do not become tiny thumbnails like they do currently. I’ve played with different settings and added this to the Custom CSS:
    .final-tiles-gallery .tile img.item {
    min-width: 90%;
    }
    but nothing is working. Setting min-width to something like 250px cut images off and displayed small portions of them. Other settings did not work either.

    I have set the max content width to be something that seems to be the best setting for each tile, so wider screens look good now, but for narrower screens it’s a toss-up. Would like a good consistent look if possible.

    Website: https://theglobalhealthconnection.com

    https://www.ads-software.com/plugins/final-tiles-grid-gallery-lite/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I had a look at the site, I actually don’t see problems, are able to show what kind of layout are you trying to achieve?

    What I can say for sure is that you shouldn’t override the size of the images with custom CSS because each size is calculated with javascript.

    Thread Starter amb99

    (@amb99)

    I ended up including a smaller image into a larger one, rearranging all of them, and increasing the minimum size to 300 in the settings, to make it look decent. Would’ve been nice to be able to have a little more flexibility with t, like not having the automatic re-sizing go under 50% of the specified image dimensions, or something to that effect. It was really strange to see the larger images be displayed as thumbnails, in no way reflecting the specified image sizes.

    Ok I see what you mean. Sometimes you need to play a bit with the settings or with the order of the images.

    You can also read page 7 of the documentation, it explains how the algorithm works https://issuu.com/greentreelabs/docs/finaltilesgridgallery-documentation

    there’s also a video that show how to improve the layout: https://www.youtube.com/watch?v=RNT4JGjtyrs

    John Mulder

    (@john-mulder)

    Hi,

    I am trying the free version to see if it works for me before upgrading.
    Have been fiddling around to get a gallery to suit me.
    On the desktop it looks ok, but on the mobile and tablet it is not responsive at all.
    I have set the image sizing sliders to each possible position, but no effect at all.
    You can see for yourself here:
    https://www.masbernadis.eu/abctest1/

    Any clue what this could be ?
    John

    GreenTreeLabs

    (@greentreelabs)

    Hi John,

    as I said on the other thread, the problem is that you have set a fixed width to your gallery, so it clearly can’t be responsive.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images resizing too small’ is closed to new replies.