The native Embed block is extended in the Greyd Plugin with an additional layout option that allows you to define a fixed width for the embedded content.

Unlike the default responsive behavior, the Width control lets you set an explicit, non-responsive width using a unit input. This can be useful when embedding content that requires strict sizing, such as third-party widgets or fixed-aspect media. The control is available directly in the block sidebar and you can choose from various units: px
, %
, em
, rem
, vw
, vh
.
The Embed block supports HTML anchor, CSS animation, Hide per breakpoint, and Inline Styling for further layout and styling control. See the Advanced section documentation for more details.