I use the MCL Gallery Cards snippet for floating images. It preserves all functionality and works in live preview. The CSS it uses is this:
img[alt^=“right”], img[alt^=“float-right”] { float: right; }
The new image resize feature packs the img inside a new div. If I wanted to recreate the behavior like this:
.cm-content .image-embed[alt^=“right”], .cm-content .image-embed[alt^=“float-right”] { float: right; }
the float works, but the editor breaks and I can not click on the image or the text next to it. It seems to be a CSS problem, but I can’t figure it out.
