Changes between Initial Version and Version 1 of Ticket #62530, comment 2
- Timestamp:
- 11/25/2024 08:08:45 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62530, comment 2
initial v1 5 5 Could you kindly clarify how you are currently using SVGs as inline images? Natively, SVGs are not supported in image blocks. However, you can embed SVGs using the Custom HTML block, where you can directly set the width on the `<svg />` tag. 6 6 7 Probably, in your case as well, you can try adding the width attribute within the SVG tag and see if that works. 8 7 9 Please let me know if that works for your use case.