Thanks for the report, I just checked things and you *should* be able to click on any “exposed” part of the image. The mouse cursor should change to indicate this. However, it seems that this isn’t working properly right now. We’ll fix it as soon as possible.
For now, here’s a quick fix (which may be a little confusing) is to remove an image is to edit the block in the Code Editor mode. Click on the 3 dots on the top right of the page to access the Code Editor. 1) Remove the values at the head of the block, e.g. “imageURL2” and “imageID2” for the second image, and 2) remove the background-image
style attribute of the corresponding box. For example:
Clear the head of the block:
<!-- wp:ugb/image-box {"imageURL2":"https://localhost:8888/wp-content/uploads/bdjkqwjdmc.jpeg","imageID2":1874} -->
Remove it:
<!-- wp:ugb/image-box {} -->
Clear the background-image
:
<div class="ugb-image-box__item" style="background-image:url(https://localhost:8888/wp-content/uploads/bdkqmwne.jpeg);height:400px;text-align:center;justify-content:center;border-radius:12px">
Remove the background-image
style:
<div class="ugb-image-box__item" style="height:400px;text-align:center;justify-content:center;border-radius:12px">
After changing it, switch back to the Visual Editor.
If you make a mistake, the block will become uneditable and will show an error. If that happens, just hit undo to bring back the old block.