• Resolved classweb

    (@classweb)


    Hi, I’m using your plugin on many webpages and It’s very nice. So first of all, many thanks for developing It.
    I noticed in the last few weeks (sorry but I can’t say an exact version or date) that in a few cases, the .ftg-items container overflows to the upcoming elements following the gallery.

    After I inspected the problem, I realized that the plugin sets the height of the ftg-items container through an inline height css property in each cycle after adding a new image to the gallery’s colums. See jquery.finaltilesgallery.js, line 832:

    if (this.$element.find(“.ftg-items”).height() != hEdge.top)

    The condition should be
    if (this.$element.find(“.ftg-items”).height() <= hEdge.top)
    because if you use “!=”, then the final height of the .ftg-items container will be good only if the tallest image is in the last column of the gallery. But if not, then the height of the whole ftg-items will be smaller than It should be.

    Best Regards,
    Csaba

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @classweb,

    Thanks for reaching out to us!

    I went ahead and opened a ticket with our development team regarding this and we will look closely into it. You can follow the progress here.

    Warm regards,

    Beatrice.

    Plugin Support beatrice12

    (@beatrice12)

    This topic will be marked as resolved as we have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.

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