https://bugzilla.wikimedia.org/show_bug.cgi?id=67695

--- Comment #3 from Jared Zimmerman (WMF) <jared.zimmer...@wikimedia.org> ---
Gergő,

I imagine it would be more like this…


we'd have one size image that gets delivered to uses for in-page content, and
it would be the largest that image would appear on a page (not counting
mediaviewer), this might be the default display size at the desktop form factor
or it could be a larger size for edge to edge display in a tablet breakpoint,
lets just say for argument that it is the tablet edge to edge version. So that
is the master image size, and as we move through breakpoints, or possibly even
during dynamic resizes of the page we use css to scale the image relative to
the container element. This way, irrespective of the resizing of the page we
always have a high quality image that fits well within the page layout. 

This could also be used in conjuction with
https://bugzilla.wikimedia.org/show_bug.cgi?id=66819 to detect the pixel
density of the device and serve up images which are equal to the pixel density
of the device. 

For HiDPI devices we could serve an image which is the correct dimensions at
the right pixel density or the regular DPI but twice the dimensions, whichever
is more  performant.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to