We offer you a certain block of the type image, for dedicated image areas in your page.
Basic image block
This basic image block gives you an editable image as an <img> tag in your HTML.
<?php $scms->image("containerName",[]]);?>
Only JPG/GIF/PNG images are allowed to be uploaded
Background image block
If you want to attach a background image to a div, you can use this option. SingleCMS then renders a style="background-image: url('...'); into your div.
Please set all your custom styles and classes via the options of the block (see below), because if you specify it outside of the block in the HTML tag missmatches can occur and options may be lost
Users
Per default only the admin account is allowed to edit the data of the blocks. To also allow other users, you can use the following block syntax