Kasper Bø Bjørnø

Results 4 comments of Kasper Bø Bjørnø

``` $('.main-section').on('click', '.ui.pagination > li > a', function (event) { event.preventDefault(); var page = $(this).attr('href'); if ($(this).attr('href') != '#') { $("html, body").animate({scrollTop: 0}, "fast"); $.request('onFilterCustomers', { data: { page: page...

I'm using the "Sneakers E-Commerce Theme for Shopaholic" theme. Any images I add just load on the frontend for eternity. Here is an image of the website and the html...

I have Image Resizer installed, which I think can do that. It was a requirement of the theme anyway. I'll look more into it, but if it can't - do...

I've tried adding this plugin: https://octobercms.com/plugin/offline-responsiveimages. It does not seem to work. Or do you mean something more like this: https://github.com/wiz-comunicaciones/webp-implementation?