- 🇧🇪Belgium L_VanDamme
Using paragraphs is deprecated and will only receive security updates
The photo gallery paragraph has an issue with the javascript.
On mobile the javascript is still loaded so the inline theming remains.
When you scale your screen the inline theming is also not cleaned up even with this quick fix.
I think the issue is the same for both gallery options. When scaling to mobile the spacing isn't correct.
But the main issue is on masonry.
Add a photo gallery paragraph with masonry.
// check for masonry layout
if (paragraph.length) {
self.optimizedResize().add(function() {
if ((self.screen !== 'xs' )) {
self.masonry(paragraph, context);
}
});
}
Clean the inline style after resizing from desktop to mobile
Closed: won't fix
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Using paragraphs is deprecated and will only receive security updates