Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.44k stars 1.99k forks source link

Rumble.com embed styling #73227

Open Robertght opened 1 year ago

Robertght commented 1 year ago

What

I looked around and noticed that Rumble.com does not offer dedicated styling for its embeds.

When added on a page or a post, using a classic or block theme, the ratio of the video does not render correctly.

image

As a workaround, I recommended using CSS.

Example:

/* Force a max height on the rumble.com embeds | 5945981-zen rg */
figure.is-provider-rumble-com iframe {
    max-height: 315px;
}

Why

I encouraged a case here 5945981-zen

How

No response

github-actions[bot] commented 1 year ago

Support References

This comment is automatically generated. Please do not edit it.

cuemarie commented 1 year ago

📌 ACTIONS

cuemarie commented 1 year ago

Related request: Add a Rumble Video block #69791

jorpdesigns commented 1 year ago

Could have been helpful in 6337041-zd-woothemes