You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a background image for one of my pdfs but it doesn't show when I generate it. I'm guessing wicked_pdf doesn't know where to look for the image?? I currently have it in public/images. Any thoughts?
The text was updated successfully, but these errors were encountered:
You'll need to either use a full-path url, or a file reference like so:
background-image: url(http://yoursite.com/images/background.jpg);
or
background-image: url(file:///users/scottolson/code/mysite/public/images/background.jpg);
I need a background image for one of my pdfs but it doesn't show when I generate it. I'm guessing wicked_pdf doesn't know where to look for the image?? I currently have it in public/images. Any thoughts?
The text was updated successfully, but these errors were encountered: