dawa Hello! I'm currently trying around with blocks to build customizable websites. One thing I haven't yet figured out and cant seem to find is how to add a individual class to every image. I tried looking around in automad/src/Blocks/Image.php but I don't seem to find on how to add a class that it is also changeable in the block editor. Any help is appreciated. Thanks!
mad dawa It will be possible in future versions. For now you can target img elements by their src attribute. img[src*="something"] { border-radius: 1rem; } You could add this to the header items and name your images accordingly.
Everyone While it's possible to add a class to selected text, currently there's no such option for images.