Page 1 of 1

access images in media manager from css

Posted: Wed Jun 22, 2016 12:37 pm
by Terry Gilliver

Can I access images in media manager from CSS? for example for a background image, oer will I have to put it in a files collection?


access images in media manager from css

Posted: Wed Jun 22, 2016 6:36 pm
by Evgene Karachevtsev

Hello Terry,

Yes, you can get access to the files uploaded to the Media Manager. For JQM projects the path to images should look like
prebackground-image: url("../img/image.png");/pre


access images in media manager from css

Posted: Wed Jun 22, 2016 7:05 pm
by Terry Gilliver

Thanks