We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e4e5f commit 4b00dbcCopy full SHA for 4b00dbc
assets/js/_main.js
@@ -83,7 +83,7 @@ $(document).ready(function() {
83
84
// add lightbox class to all image links
85
$(
86
- "a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif']"
+ "a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif'],a[href$='.webp']"
87
).addClass("image-popup");
88
89
// Magnific-Popup options
0 commit comments