Keep SVG format - Fluid Topics - Latest

Manage Images in Fluid Topics

Category
Technical Notes
Audience
public
Version
Latest

To ensure optimal performance, Fluid Topics converts SVG images above a specific threshold to the more web-friendly PNG format. It is possible to keep the SVG format for such images by adding the data-ft-inline="true" attribute to the SVG image.

Example

<svg data-ft-inline="true">
  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>