I’d really like to know how to downsize Rumble videos — if any of our readers have the answer, drop it in the comments.
5 Replies to “Richard Grenell, With Steve Bannon”
As in, make it smaller (visually) in the Web browser?
I gotta say, it’s fine in terms of visual size for me — my snapshotter reports dimensions of approx. 1,500 x 845 pixels, which on my monitor occupies maybe 58-60% of the width (height is fine too). My screen’s 2,560×1,440, but that’s really not that unusual anymore.
If you mean filesize, no idea. Sorry.
I mean display size. On my monitor at least, these Rumble videos take up the screen, when I prefer they be more like 600 px wide.
I believe you can use an iframe tag and set parameters for width and height (width=xxx height=yyy)
I don’t know how much this will affect things but on the sites WordPress allows you to embed from Rumble is not listed (yet?).
I grabbed the source code for the video and changed the dimensions from width=”1000″ height=”563″ to width=”600″ height=”450″
Tested it on a WP site and it did downsize the video. (used Custom HTML from the WP blocks to add it).
Here is the code (* Replacing angle brackets )
*iframe class=”wp-embedded-content” sandbox=”allow-scripts” security=”restricted” title=”Richard Grenell: The EU and Russia; Fix California” src=”https://rumble.com/embed/v10n10x/?pub=4#?secret=kEy5HC1QL1″ data-secret=”kEy5HC1QL1″ width=”600″ height=”450″ frameborder=”0″**/iframe*
/ I know there has to be an easier way, I’ll see what I can find tomorrow.
As in, make it smaller (visually) in the Web browser?
I gotta say, it’s fine in terms of visual size for me — my snapshotter reports dimensions of approx. 1,500 x 845 pixels, which on my monitor occupies maybe 58-60% of the width (height is fine too). My screen’s 2,560×1,440, but that’s really not that unusual anymore.
If you mean filesize, no idea. Sorry.
I mean display size. On my monitor at least, these Rumble videos take up the screen, when I prefer they be more like 600 px wide.
I believe you can use an iframe tag and set parameters for width and height (width=xxx height=yyy)
https://www.w3schools.com/tags/tag_iframe.asp
Found this
https://www.rumbleplayer.com/developers/Embed-Videos.html
Hope it helps
I don’t know how much this will affect things but on the sites WordPress allows you to embed from Rumble is not listed (yet?).
I grabbed the source code for the video and changed the dimensions from width=”1000″ height=”563″ to width=”600″ height=”450″
Tested it on a WP site and it did downsize the video. (used Custom HTML from the WP blocks to add it).
Here is the code (* Replacing angle brackets )
*iframe class=”wp-embedded-content” sandbox=”allow-scripts” security=”restricted” title=”Richard Grenell: The EU and Russia; Fix California” src=”https://rumble.com/embed/v10n10x/?pub=4#?secret=kEy5HC1QL1″ data-secret=”kEy5HC1QL1″ width=”600″ height=”450″ frameborder=”0″**/iframe*
/ I know there has to be an easier way, I’ll see what I can find tomorrow.