access images in media manager from css
Posted: Wed Jun 22, 2016 12:37 pm
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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?
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
Thanks