publishpress / PublishPress-Blocks

PublishPress Blocks adds the missing blocks and configuration you need to build professional websites. Take the control of the new Gutenberg editor with user edition profile configuration and 20+ new blocks and options.
14 stars 8 forks source link

WebP on Lightbox #1309

Open rizaardiyanto1412 opened 10 months ago

rizaardiyanto1412 commented 10 months ago

since v. 3.1.5 Lightbox is no more working with webp images

I see that webp file extension is missing in /assets/js/gallery.colorbox.init.js 16 if(item.find('a[href$=".jpg"], a[href$=".png"], a[href$=".gif"]').length) {

I fixed locally changing it in if(item.find('a[href$=".jpg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"]').length) {

Original report: https://secure.helpscout.net/conversation/2328207266/208735?folderId=6932143