Hello,
I've tried various techniques for responsive images but they all seem to focus on the template side (which is all well and good when you know what images will be on the page by design) and not the user-facing side, i.e. TinyMCE.
I'm trying to achieve these things:
- Stop SS from re-sampling my images, at all, without me asking it to.
- Stop TinyMCE from adding specific widths and heights to my images.
- Specify my images using custom markup, (so that I can use javasript like picturefill.js to lazy-load the correct image for the device).
I have no idea how to do any of this. Can anyone help please?
In the long-run I really think there needs to be some decent responsive images support built-in to Silverstripe, it's becoming more and more a part of what I do and I think in this day and age it's pretty essential.