You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with using justified gallery in conjunction with lightgallery. I want to be able to have different rowHeight for different screen sizes. I have tried the following code, but it disables the close button within the lightgallery lightbox.
`$(document).ready(function() {
$("#animated-thumbnails-gallery")
.justifiedGallery({
captions: false,
rowHeight: 500,
margins: 5
})
I'm working with using justified gallery in conjunction with lightgallery. I want to be able to have different rowHeight for different screen sizes. I have tried the following code, but it disables the close button within the lightgallery lightbox.
`$(document).ready(function() {
$("#animated-thumbnails-gallery")
.justifiedGallery({
captions: false,
rowHeight: 500,
margins: 5
})
});`
The text was updated successfully, but these errors were encountered: