WPIntell

Source evidence

.ftg-items height, overflow

Image Photo Gallery Final Tiles Grid · support · 2024-11-22T13:52:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 37 rows with source links

24.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
classweb resolved
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 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. 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.

Comments

2 shown
beatrice12 2024-11-26T09:48:00+00:00

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.

beatrice12 2024-12-17T11:52:00+00:00

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.