Ashish

Results 13 comments of Ashish

It should show up in all the pages by default that are extended from the default layout. ``` --- layout: default --- ``` Care to share what page you're facing...

This is a much-needed PR @Toanzzz. Thanks for your time and effort! Give me a day or two and I'll merge this after reviewing changes.

Yes, you can use the `data-progressive-sm` attribute for loading lower resolution/quality image on smaller devices. For example, your markup would look similar to this ```html ``` Ps, Make sure you...

Agreed, my bad I didn't understood it first. At the moment progressively doesn't support a similar functionality as `srcset` for higher resolution devices.

This seems to be happening because `root` is not defined when the `factory` function is exported. I'll find a workaround soon and post it in this thread. Till then, you...

I tried out a few other plugins and this is a common issue when using js/jquery libraries with webpack. This happens, as I stated above because webpack wraps the package...

## Roadmap - # 0. Write tests - Yes, this is a must and we'll do that. Include visual and cross-browser tests both. 1. Simplify API - Not sure if...

`.init()` and `.render()` methods both have different & defined jobs to do. The `init()` method is for initialisation of the initial variables, setting up event listeners. It doesn't contain any...

Consider a case where you want to toggle the loading of some image based on another image. To handle such situations, one might want to alter the `render()` method and...

Hey @Mohsen-Khakbiz, IE unfortunately doesn't support css filter effects. Hence the blur effect won't work on any versions of IE. On a side note, I'll soon be working on releasing...