This website requires JavaScript.
Explore
Help
Sign In
prenex
/
magcms
Watch
1
Star
0
Fork
0
You've already forked magcms
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
magcms
/
prosopopee
/
themes
/
exposure
History
Richard Thier
ebc1e96c76
QUICKFIX: Exchanged 2k and 450p urls in full-image covers as they are the most critical on the fast-path for me now. The current version loads BOTH urls ALWAYS which is awful and not optimized (see network inspector in FF / PM); A real solution would be to use media queries here and only load the appropriate image size according to the display width and such data. That way things could go fast on mobile and on old machines (like my laptop) while still getting 2k plus resolution images for high-end users. Currently I have to use jpg files and it is tolerable this way, but could be made faster as I see on network analysis.
2020-03-06 17:05:49 +01:00
..
static
Added overflow: hidden to polaroid link containers or the image. Should not take effect unless some browsers prefer min-width OVER max-width in precedence. Only added for bullet-proofing behaviour is same everywhere.
2020-03-06 14:25:48 +01:00
templates
QUICKFIX: Exchanged 2k and 450p urls in full-image covers as they are the most critical on the fast-path for me now. The current version loads BOTH urls ALWAYS which is awful and not optimized (see network inspector in FF / PM); A real solution would be to use media queries here and only load the appropriate image size according to the display width and such data. That way things could go fast on mobile and on old machines (like my laptop) while still getting 2k plus resolution images for high-end users. Currently I have to use jpg files and it is tolerable this way, but could be made faster as I see on network analysis.
2020-03-06 17:05:49 +01:00