Hey folks, I have a single page app and I am using the GIPHY API to show a GIF image on a couple of views (success pages for creating something in app).
I have the path limit set at 50 and am choosing “random item”. The issue I am having is that the GIF remains the same unless the page gets refreshed.
I would like it so a different GIF plays at random each time the user hits a success page. Is there a way I can refresh the GIPHY image each time without having to refresh the page?
Thanks!