sb-admin-angular icon indicating copy to clipboard operation
sb-admin-angular copied to clipboard

Problem when using external SVG or PNG files

Open garciaba opened this issue 10 years ago • 0 comments

Hi! First, thanks for this awesome template. After hours trying, I can't find a way to visualize PNG or SVG files in the template. For some reason, the template doesn't seem to be able to get to the location of the file.

I created a folder called images and I keep on receiving the same message from the browser:

Cannot GET /images

I'm using:

<img ng-src="../../../../images/myImage.svg" class="img-responsive">

(The path is properly written, Brackets finds the file)

But still no clue why this is happening... Maybe something related to permissions?

Thank you very much, any help is appreciated!

garciaba avatar Jan 11 '16 12:01 garciaba