Closed
Description
Regression of Downscale pasted PNG images based on metadata #29123 :
- The pasted image is not clickable (unable to view the full image)
- The URL path doesn't contain sub-path if the Gitea instance is deployed under a sub-path.
- From discord report: Pasting image from the clipboard the Javascript (Paste.js) embeds the image via html code but the src attribute is set to value:
/attachments/<GUID>
. Using a configuration in which the Gitea application is served on a subpath of the domain name, for example:https://domain.name/git
the image is not rendered.
- From discord report: Pasting image from the clipboard the Javascript (Paste.js) embeds the image via html code but the src attribute is set to value: