the-me-0 / gallery

A gallery web app, with similar technologies as my last project Groove (NextJS)
1 stars 0 forks source link

Open image in new tab downloads it #2

Closed the-me-0 closed 2 months ago

the-me-0 commented 2 months ago

When I try to open an image in a new tab, my browser downloads it to my computer. I would prefer if it would display it in the new tab.

the-me-0 commented 2 months ago

apparently it might just be a HTTP header that's wrong. Trying to fix it right now, and I'll keep this issue updated.

the-me-0 commented 2 months ago

Adding a specific content-type HTTP header for each image/video ("image/jpeg" i.e.) does the trick indeed. Might have to hard refresh your browser for the fix to take effect as the max-age cache control is set to a year and I don't think your browser will even update the http headers if you don't.

Fixed by this commit. Will be part of V0.1.0