Feature #3711
Extending Wiki Inline-images to include size parameters.
Status: | Closed | Start date: | 2009-08-05 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
I think extending the inline-image tag to include width and/or height, or even % of size
would be helpful.
I would think this would be a simple fix, but I've not worked a lot with Redmine.
Related issues
History
#1
Updated by Olafur Gislason about 13 years ago
Looked a bit into this and see that this is handled through RedCloth 3.
So this should actually not be done directly to Redmine.
#2
Updated by Andrew Chaika about 13 years ago
- Status changed from New to Resolved
Olafur Gislason wrote:
I think extending the inline-image tag to include width and/or height, or even % of size
would be helpful.
This is possible with inline css styles in textile, but this feature is turned off due to XSS vulnerability since 0.8 version of Redmine.
Syntax is !{width: 50%;}image1.jpg!
see #949 for solution
#3
Updated by Etienne Massip almost 11 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Indeed, closed as duplicate of #1006.