media-embed/mediaembedresize/constants
module
Constants
RESIZED_MEDIA_CLASS : 'media_resized'module:media-embed/mediaembedresize/constants~RESIZED_MEDIA_CLASSThe view class applied to a resized media embed figure.
Shared between the editing plugin (which toggles it via downcast of
resizedWidthand consumes it on upcast) and the handles plugin (which adds it during drag and strips it on commit), so both layers agree on the exact class name.