I inserted an image block and added a png file to it. For some reason, the image does not show in BSS and also in browser but for it to show in browser, I had to specify the width and height for it to show only in browser but not in BSS. Just wondering why BSS isn’t showing it.
I was able to fix this by just using src as class and just image file name as value
The Image Component is not meant to contain a “background” image. To add an image using the image component, you drag it on to your page and double-click it, which will open your image library.
If you want to add a background to a div (or any other Component), you need to select the div and add your CSS class (with the background image defined) to that div.
Brush up on your HTML/CSS…
2 Likes