Is it possible to have different image per device (mobile, tablet, desktop)?
I can see in Image Cropper I can crop source image but I cannot upload different image to the crop. What is the best "Umbraco way" to organize media so I can generate in frontend something like
Actually, my question is not HTML related but Umbraco content architecture related. Basically can i store multiple different images to one entry in Media library something like Image Cropper?
Is it possible to have different image per device (mobile, tablet, desktop)?
I can see in Image Cropper I can crop source image but I cannot upload different image to the crop. What is the best "Umbraco way" to organize media so I can generate in frontend something like
Have you looked at using
<picture>
and<source>
? More details can be found on the W3School websiteActually, my question is not HTML related but Umbraco content architecture related. Basically can i store multiple different images to one entry in Media library something like Image Cropper?
is working on a reply...