enonic / lib-guillotine

Apache License 2.0
3 stars 0 forks source link

ProcessHtml does not process image styles for Global API #252

Closed anatol-sialitski closed 1 year ago

anatol-sialitski commented 1 year ago

ProcessHtml does not process image styles for Global API

sigdestad commented 1 year ago

Sample styles:

<styles>
  <image name="conteditor-style-grayscale">
    <display-name>Grayscale</display-name>
    <aspect-ratio>1:1</aspect-ratio> (1)
    <filter>hsbcolorize(0x000000); grayscale(); border(6, 0x000000)</filter> (2)
  </image>
</styles>