Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62530, comment 2


Ignore:
Timestamp:
11/25/2024 08:08:45 AM (15 months ago)
Author:
yogeshbhutkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62530, comment 2

    initial v1  
    55Could 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.
    66
     7Probably, in your case as well, you can try adding the width attribute within the SVG tag and see if that works.
     8
    79Please let me know if that works for your use case.