Hi everyone,
When working on a responsive website you must, consider hires devices (retina screen as Apple name it).
But I find it difficult to create rules for my thumbnail definitions:
If I need a thumbnail to be 300px wide * 150px height for a standard (non retina) screen, the same image must be more or less 600px wide * 300px height for hires screen (inside a container of 300px * 150px so that the resolution is doubled).
In Seblod we could define this 2 thumbnails styles very easily.
But how could we load the hi-res thumbnail for retina devices and the standard one for standard device?
Best
Simon