Akis Laoutaris

Results 5 comments of Akis Laoutaris

You can use this one: https://github.com/aderaaij/wp-image-preload Personally, I use this with an additional filter (made by me) so I can lazy-load every image I want, and not only these images...

Any fix on this? I also use the very simple way of Lightcase with a `````` tag as an image wrapper but the popup does not appears wider that 800px.

I use this code: ``` $('a[data-rel^=lightcase]').lightcase({ showSequenceInfo: false, showTitle: false, maxWidth: 1920, maxHeight: 1080 }); ``` But I still got 800x500 as I can see with dev tools on Chrome.

I found the solution. I have to use both ```maxWidth``` and ```maxHeight``` together with ```iframe``` object because I use Placehold.it service as image holder. So Lightcase thinks that I point...

Yeap, this is way better solution :) Thank you for this great library BTW.