How to order loading of assets
Created 7 years ago by finnito

Hey,

I've got a site where I would like to be able to order how a few images are loaded. Is there a way to do this in Pyro or should I look to a 3rd party service for it?

Cheers!

ryanthompson  —  7 years ago

Can you specify for me? How they are loaded like from S3 or how they are loaded like sorting?

finnito  —  7 years ago

Sorting how they are loaded. Eg. Load the navigation background image first, and then the logo in that navigation and then the big header slider.

huglester  —  7 years ago

if I am correct, images load in order they are listed as '<img src'? but if defined in 'css', they are loaded on request? probably you need js for this, no?