DEV Community

Discussion on: FREE IDE dedicated to creating Bootstrap templates

Collapse
 
cascosta profile image
carloscosta

Hi, how do I change the background image?

Collapse
 
przemek profile image
Przemyslaw Michalak

Sorry for late answer. It depends if you want to change it in CSS or HTML. You can find everything in our docs:

glue.codes/docs-ide-mediaFiles.html

In CSS you have to add 'mediaFiles://' prefix:

background-image: url('mediaFiles://file.extension')