mirror of https://github.com/vtrois/kratos
fix: config error in lightgallery (#417)
parent
037d596270
commit
bfcecd209b
|
@ -167,7 +167,7 @@
|
|||
|
||||
var lightGalleryConfig = function () {
|
||||
lightGallery(document.getElementById('lightgallery'), {
|
||||
selector: 'a'
|
||||
selector: 'a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".bmp"], a[href$=".webp"]'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue