AnimatedResponsiveImageGrid
AnimatedResponsiveImageGrid copied to clipboard
A jQuery plugin for creating a responsive image grid that will switch images using different animations and timings. This can work nicely as a background or decorative element of a website since we ca...
Whilst implementing this, my version was showing blanks. When embedding the example, the issue didn't occur. To eliminate the options being an issue, I tried using the initiation code for...
Something seems to be up with the random function and it means that the first image never switches when step equals 1.
font and paddings
How can I use 3 different grids on the same page (multiple instances of #ri-grid1 #ri-grid2 #ri-grid3)
when I scroll the box on iOS the animation is interrupted
Anyone have any workarounds?
Get project, thank you. I made a Drupal 8 module that makes a page with it and it works great. The _nochange_ property does not seem to work for me...
change `p = Math.floor(Math.random()*this.length);` to `p = Math.floor(Math.random()*a.length);` Thank's
Hi, Thanks for the great plugin. Is it possible to rotate the images in a random order (instead of in order currently), but also making sure 2 of the same...
I'm trying to add more images in runtime. I have tried to replace the image src attributes at runtime, but it doesn't replace it. It seems that it's actually cloning...