Showit video embed
Embed a full-length reel on Showit.
One iframe in the Embed Code Widget.
Showit's own MP4 upload stops at 8 MB, which is a few seconds of a good export. Its Embed Code Widget, on the other hand, renders whatever code you paste, exactly as you paste it. That is the door for a full reel: one iframe, no platform logo on the player, on every plan of ours.
Video hosting for filmmakers · 5 GB free · Paid plans from USD 9/month
By uncompressed.io · Updated September 2026
What Showit documents
An 8 MB upload cap,
and an embed widget with no opinions.
Showit gives a video three documented sources: YouTube, Vimeo, or an MP4 you upload yourself. The upload route is the one that looks like hosting, and it is the one with the ceiling.
Showit’s article on adding MP4 video is direct about it: MP4 files added this way “cannot exceed 8mb”. The path is the Element Icon in the Bottom Toolbar, then Video, then Media Library as the source, then Choose Video, and the widget’s settings include Resize to Aspect Ratio, Autoplay (muted), Loop and Show Controls. For anything over 8 MB, Showit recommends Vimeo or YouTube.
That cap is sized for a background loop, not a reel. The arithmetic is simple: 8 MB is about 64 megabits, so an export at 10 Mbps runs out after roughly six seconds, and a 50 Mbps master after little more than one. A two-minute showreel at 10 Mbps is about 150 MB, nearly twenty times the cap, and a higher-bitrate cut is further out still.
The second article is the useful one. Body HTML goes in the Embed Code Widget, the code goes in the Custom Code box on the Embed Info tab of the Properties Panel, and, in Showit’s words, “Showit renders the code exactly as it is provided”. No wrapper, no player of its own, no customization controls. Whatever iframe you paste is the player your visitor gets.
8 MB
Showit MP4 upload cap
per Showit's help article, April 2026
~6 s
of a 10 Mbps export
what 8 MB holds, by arithmetic
1
iframe in Custom Code
rendered exactly as pasted
0
platform logos on our player
on every plan, free included
Three ways in
The routes Showit supports,
and what each one is for.

Showit rows from Showit's help articles listed in the sources, fetched 16 September 2026. Showit names no plan requirement for the Video widget or the Embed Code Widget, so this page states none. For what the YouTube and Vimeo routes do to a file and to the player, read those platforms' own documentation.
The workflow
A full reel on a Showit page,
in five minutes.
Upload the reel
Upload a web export of the reel. Browser playback uses your uploaded export without another platform re-encode. Codec, device and connection requirements still apply. The free plan holds 5 GB and one film at a time.
Set visibility and copy
Set the film to unlisted or embed-only, dress the player in the Embed panel, and copy the iframe it generates.
Add the Embed Code Widget
In the Design App, open the Element Icon in the Bottom Toolbar and add the Embed Code Widget where the reel belongs.
Paste into Custom Code
Select the widget, open the Embed Info tab in the Properties Panel, paste the whole iframe into the Custom Code box, then publish and check the live page signed out, on a phone and on a desktop.
The code to paste into Custom Code
<iframe
src="https://uncompressed.io/embed/VIDEO_ID?title=0"
title="Showreel 2026"
width="1920" height="1080"
frameborder="0" loading="lazy"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
allowfullscreen
style="border:0;width:100%;max-width:100%;aspect-ratio:16/9;height:auto;">
</iframe>Replace VIDEO_ID with your film’s id. Because Showit renders the code exactly as given, the sizing lives in the style attribute: full width of the widget, a 16:9 shape, height following from it. For a vertical reel use aspect-ratio:9/16. Showit’s iFrame URL field is documented for embedding full pages; for a video, the complete iframe in Custom Code keeps the autoplay and fullscreen permissions attached.
Eight things you can set in the URL
The parameters,
every one the embed reads.
Showit adds no controls of its own around an embed, so these are how you shape the player per placement. Settings saved in the Embed panel apply first; a parameter in the URL overrides them for that one iframe.
Parameters are joined with &, for example ?autoplay=1&muted=1&loop=1&controls=none&bg=transparent.
Two combinations cover most Showit layouts. A reel that waits for a click: ?title=0&controls=hover, so the picture fills the frame and the controls appear only when the visitor reaches for them. A silent hero band that sits on your Showit background: ?autoplay=1&muted=1&loop=1&controls=none&bg=transparent. That second one is also the full-length answer to Showit’s own Autoplay (muted) and Loop settings, without the 8 MB ceiling.
The default centre play button uses our pink-to-blue gradient rather than your accent. If that clashes with the site, playbtn=0 hides it and controls=none removes it along with everything else. Your own logo, switched on in the Embed panel, is the only mark that appears on the player.
Before you build the page
The limits,
and the cases for staying put.
The player streams the file you uploaded, and there is no smaller rendition made from it. On a slow connection the browser buffers rather than dropping to a softer copy. That is the point for a reel a producer watches at a desk, and a real cost on a public page that takes traffic from phones on weak signal. Export the web version of the reel at a sensible bitrate: what you upload is exactly what every visitor downloads.
A film set to password, private or vault does not play in an embed; the iframe shows “This video is unavailable”. Hot capacity is released after the archive copy is verified and the library change is saved. Archived films must be restored before streaming, embedding or review. Showit’s help articles do not say whether an embed renders inside the editor or only on the published site, so judge the result on the live page.
Stay with Showit's MP4 upload when
The clip is a short, silent background loop that fits under 8 MB. It is the simplest route and needs no other service.
Stay with YouTube or Vimeo when
The page is public, the audience is broad, and playback on any connection matters more than the picture at its best. Showit documents both as video sources.
Use the Embed Code Widget when
The reel is the product: full length, full quality, and a player that carries your logo or none, on every plan of ours.
Building on another site builder instead? The same approach is written up for Wix and Framer. For the whole portfolio rather than one reel, start with video portfolio hosting, and if the Showit site belongs to a wedding studio, the client delivery guide covers the films that go to couples rather than onto the site.
Questions
Frequently asked
What is the video file size limit on Showit?
For MP4 files added through the Video widget from the Media Library, Showit's help article says they cannot exceed 8 MB. For anything larger, Showit points you to Vimeo or YouTube. Embedded players are not uploads, so the 8 MB figure does not apply to an iframe pasted into the Embed Code Widget.
Where do I paste embed code in Showit?
Add the Embed Code Widget from the Element Icon in the Bottom Toolbar of the Design App, then paste the code into the Custom Code box on the Embed Info tab of the Properties Panel. Showit says it renders the code exactly as provided, with no customization controls, so any sizing has to be in the code itself.
Should I use the iFrame URL field or the Custom Code box?
Showit describes the iFrame URL field under Embed Info as the way to embed full pages. For a video, paste the whole iframe into Custom Code instead: the allow attributes for autoplay and fullscreen, the title and the aspect-ratio style then travel with it, and Showit renders them as written.
Does the uncompressed.io embed need a paid plan to hide platform branding?
No. There is no platform logo or watermark on the player on any plan, free included. Two details, stated plainly: the default centre play button uses our pink-to-blue gradient (playbtn=0 or controls=none removes it), and a film that cannot play shows a card with the text uncompressed.io.
Can I embed a password-protected reel on Showit?
Not from here. Password-protected, private and vaulted films show a card reading 'This video is unavailable' inside the iframe. For a reel on a public Showit page, set the film to unlisted (the watch page is kept out of search) or embed-only (the watch page returns 404 to everyone but you, and the embed still plays).
Your reel, in your Showit layout, with nothing else on the player
No platform logo on the embed on any plan, the free one included. Start with 5 GB and one film at a time; Lite adds 100 GB of streaming storage for $9 a month.
Sources
- 1.Showit Help, Add MP4 Video to Your Site (8 MB cap, Vimeo or YouTube for larger files, Video widget settings), updated April 6, 2026 (fetched 2026-09-16)
- 2.Showit Help, How to Embed HTML Code (Embed Code Widget, Embed Info tab, Custom Code, iFrame URL, rendered exactly as provided), updated February 9, 2026 (fetched 2026-09-16)
- 3.Showit Help, Video (YouTube, Vimeo or your own uploaded MP4 as sources), updated October 16, 2024 (fetched 2026-09-16)
- 4.uncompressed.io pricing, plans and included storage (product page, verified)
- 5.uncompressed.io (product site; embed parameters, player branding and unavailable states verified in product code 2026-09-16)
