

Before: Block editor with default styling
Levels Block Editor Styles for Oxygen Builder automatically injects your Oxygen Builder CSS into the WordPress block editor, ensuring that what you see in the editor matches what appears on the frontend.
data-image-size attribute to override the default image size per elementThe plugin collects CSS from four sources:
All CSS selectors are automatically rewritten to be scoped within the editor content area to prevent affecting the WordPress admin UI.
When enabled, the plugin automatically replaces <img> tags in your content with responsive versions that include srcset and sizes attributes. This provides optimized images for all screen sizes without any manual work.
How to use in Oxygen Builder:
Per-image size override:
You can override the default size on individual images using the data-image-size attribute:
data-image-sizethumbnail, medium, medium_large, large, or fullThe data-image-size attribute is automatically removed from the final HTML output – it only serves as a control attribute for the plugin.
Looking to speed up your Oxygen workflow? Check out Ready Made Oxygen Integration – Turn Figma designs into editable Oxygen Builder sections – copy & paste, just like that.
For 100% reliable CSS scoping, you can install the CSS parser library via Composer:
composer install --no-dev
Without the library, the plugin uses a regex fallback that works for most cases.
Developed by Levels Branding & Webdevelopment OG