Suggest code examples?
background-image: url(/plugins/MY_PLUGIN/images/bg.png);
And manage the styles of this image from the admin-panel
example
background-position-x, etc
Suggest code examples?
background-image: url(/plugins/MY_PLUGIN/images/bg.png);
And manage the styles of this image from the admin-panel
example
background-position-x, etc
my problem is solved using a theme - Include assets (e.g. images, fonts) in themes and components
thanks