fromSitePoint Forums | Web Development & Design Community
1 day agoImage-set() css function
I realized the image-set() function is completely broken when it comes to responsive images. It appears not to be equivalent to the responsive img html element, because you can't use image width, just pixel density or format. Is there a reason why they didn't just mirror what we can do with img (and srcset) ? We could get rid of media queries for a few contexts. Did someone find a way around this ?
Web development