I want to load a random image on my Shopify store's homepage, but I can't seem to make this very simple jQuery plugin work (even when I change the filename to js.liquid, as I understand I need to).
The problem seems to be getting the path to my Shopify assets properly parsed, e.g.
$('.shuffle').randomImage({path: '{{ asset_url }}'
...does not work as I think it should.
I also spent some time wrestling with this solution from Shopify's own forums, to no avail.
Any help would be much appreciated.