You can add images to the Page Margin Boxes as generated content by setting the image's URL as value of the content
property.
@page { @top-left { content: url("https://mydomain/pictures/image.svg"); } }
Modified on: Wed, 6 Mar, 2019 at 3:38 PM
You can add images to the Page Margin Boxes as generated content by setting the image's URL as value of the content
property.
@page { @top-left { content: url("https://mydomain/pictures/image.svg"); } }
Did you find it helpful? Yes No
Send feedback