You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v4.16.18
Node v22.12.0
System macOS (arm64)
Package Manager npm
Output server
Adapter @astrojs/node
Integrations @astrojs/tailwind
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If original image is 800px width, I have to set 800-1px?
/_image?href=...origWidth%3D800%26origHeight%3D535%26origFormat%3Dwebp&w=799&f=webp 799w
If I set exactly 800, same as the original image width, it will choose the previous width which is 512.
Bwoser network tab shown even if I set 1024px, should have been 1024px: /_image?href=...origWidth%3D800%26origHeight%3D535%26origFormat%3Dwebp&w=512&h=342&f=webp 800w
The same when I wanted to set 1024w to upsized the original image from 800px -> 1024px, it will remain at 512.
What's the expected result?
I think the width should be exactly as what it should be. 800 mean 800 and not less.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
If original image is 800px width, I have to set 800-1px?
/_image?href=...origWidth%3D800%26origHeight%3D535%26origFormat%3Dwebp&w=799&f=webp 799w
If I set exactly 800, same as the original image width, it will choose the previous width which is 512.
Bwoser network tab shown even if I set 1024px, should have been 1024px:
/_image?href=...origWidth%3D800%26origHeight%3D535%26origFormat%3Dwebp&w=512&h=342&f=webp 800w
The same when I wanted to set 1024w to upsized the original image from 800px -> 1024px, it will remain at 512.
What's the expected result?
I think the width should be exactly as what it should be. 800 mean 800 and not less.
Link to Minimal Reproducible Example
NA
Participation
The text was updated successfully, but these errors were encountered: