Hi!
I am on Publii v.0.38.3 (build 14238) + Simple 2.3.0.0. Lazy load and responsive images are enabled (60% quality, I recall it is the deafult value).
I’ve noticed that images inside posts (not externally hosted or of the GIF type) are always served at medium size (-md, 768px), regardless the viewport width. This makes some of them appear rather blurry, especially when choosing the wide image class. Featured images work as expected, though.
Example post: https://pablofelip.online/coda-webhooks-love-apps-script
I’ve not modified themes/simple/config.json at all:
"responsiveImages": {
"contentImages": {
"sizes": "(max-width: 48em) 100vw, 768px",
"dimensions": {
"xs": {
"width": 300,
"height": "auto"
},
"sm": {
"width": 480,
"height": "auto"
},
"md": {
"width": 768,
"height": "auto"
},
"lg": {
"width": 1024,
"height": "auto"
},
"xl": {
"width": 1360,
"height": "auto"
},
"2xl": {
"width": 1600,
"height": "auto"
}
}
},
What might I be missing?
Thanks in advance.