Spope

Results 7 comments of Spope

Hi, First thanks for your library, it rocks ! This ticket is named exactly as I would have named mine, so I put my question here. I looked at your...

Thanks for the answers, will look for other way of doing this.

Hello, The count you are mentioning is not the items count, it's the number of columns that can fit in the container with your parameters. What happens here is that...

If you don't know your image's height / width, my guess would be to listen to image's onload event to re-trigger a layout()

Hi, thanks for this idea. Would this be to limit the responsiveness of the library ? Actually it will shrink until the `baseWidth` value, you would like to set a...

Thanks for your comment, this and the debounce looks like good to me, I'm going to close this issue.

Have you tried ? ``` im.roi(face.x, face.y, face.width, face.height).gaussianBlur([23, 23], 30); ```