Forums
Forums / Plugin: Gravity PDF / backround
(@yari68)
12 years, 2 months ago
how to add a own backround image?
https://ww.wp.xz.cn/plugins/gravity-forms-pdf-extended/
(@blue-liquid-designs)
Hi Yari,
You can do that with the CSS @page element which will use the background on every page of your PDF.
<style> @page { background: url(http://www.domain.com/path/to/image/background.jpg) no-repeat 0 0; background-image-resolution: 300; } </style>
The topic ‘backround’ is closed to new replies.