-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Envira gallery uses html code inserted in JS for its lightbox, and the src value is {href}, replaced by the actual image src when the lightbox is triggered.
This placeholder is considered as a relative path by the CDN function, so the CDN URL is applied to the placeholder, breaking the image URL in the lightbox.
Example:
- image URL: http://cdn.example.com/image.jpg
- placeholder: http://cdn.example.com/{href}
- src value in lightbox becomes: http://cdn.example.com/http://cdn.example.com/image.jpg
Metadata
Metadata
Assignees
Labels
priority: lowIssues that can waitIssues that can waittype: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior