PdfBundle icon indicating copy to clipboard operation
PdfBundle copied to clipboard

Images path

Open likebtn opened this issue 9 years ago • 0 comments

Hi,

I am inserting the image:

<img src="{{ pdf_image('AcmeMyBundle:img/pic.png') }}" />

and getting an error:

Image "/src/Acme/MyBundle/Resources/public/images/img/pic.png" can't be initialized. 

How can I change default "images" directory to "img"?

likebtn avatar Dec 11 '15 14:12 likebtn