Gaurav Jassal
Gaurav Jassal
The plugin temporally download the images to .gulp folder because it have to download the image for the tinypng server. You can pipe them to any destination folder. ``` .pipe(gulp.dest('compressed_images')...
Every time you run the task the images for removed. We can't empty the folder until its been copied to the destination folder in the next pipe step.
We are working on version 2 and will add support in that version.
Can you please explain ?
Adding this feature should not be difficult. I will add that soon.
Yes, I will be updating the docs in 1-2 days
Looking at this issue
I have not tried it on popup lightbox. But there is no reason it should not work. I will check it and update you. If any fix is needed I...
Let me run few more test to fix the issue. Will be fixed very soon
You can wrap the code in a function and execute again on animate function complete callback. function CircleArc1(){ var arc_params = { center: [560,80], radius: 17, start: 0, end: 1,...