Knowing how to embed Google Drive video in Wix lets you host video without a paid video plan. Google Drive provides a public preview link, and Wix's HTML embed element turns it into a responsive 16:9 player on your page.
How to Embed Google Drive Video in Wix Step by Step
Embedding a Google Drive video in Wix takes four steps: share the file publicly, copy its preview URL, add an HTML embed element, and paste a 16:9 iframe that points at the preview URL. This workflow avoids Wix's paid video hosting plan and keeps the video on Google's servers.
The process assumes the video file is already uploaded to Google Drive and that your Wix site is published or in a draft you can preview. Google Drive serves the file through its own player, so playback permissions live in Google's sharing settings, not in Wix.
Start by opening Google Drive and uploading your video. Right-click the file, choose Share, then Share again. Change General access from Restricted to Anyone with the link, and copy the link to confirm the video plays for a signed-out viewer.
Once the file is public, open it, go to File, then Share, then Get embed link. Google shows an iframe snippet. Copy only the URL inside the src attribute, up to the quote marks on each side. That URL is the preview link you will reuse in Wix.
In the Wix editor, open Add Elements, search for HTML, and place the Embed HTML element on the page. Paste your own iframe instead of Google's default snippet. Publish or preview to confirm the video loads.
- Upload the video to Google Drive and set its sharing to Anyone with the link.
- Open File, Share, Get embed link and copy the preview URL inside src=" ".
- In Wix, add Embed HTML and paste a 16:9 iframe pointing at that preview URL.
- Hold Shift to keep the 16:9 ratio while resizing, then publish.
Why the Default Google Drive Embed Looks 4:3 in Wix
The default Google Drive embed code uses a 4:3 iframe, so a 16:9 landscape video gets black or grey bars on the top and bottom when it is stretched into a Wix container. The distortion comes from the iframe's width and height attributes, not from the video's resolution.
Google's generated snippet sets width="640" and height="480", which is exactly 4:3. If you paste that snippet as-is and drag the Wix embed to a wider shape, the browser keeps the iframe's internal ratio and pads the extra space instead of stretching the picture. That is why the video looks boxed and off-center next to a well-proportioned widescreen player.
Wix's Embed HTML element does not overwrite the iframe's own dimensions. It renders whatever markup you supply, so the aspect ratio you write into the wrapper is the one the browser honors. The fix is to wrap the iframe in a container with a 16:9 padding ratio and set the iframe to fill it, or to set explicit width and height attributes that match 16:9.
A quick sanity check: 16 divided by 9 equals about 1.78, while 4 divided by 3 equals about 1.33. A 640-pixel-wide frame at 16:9 should be about 360 pixels tall, not 480. If your iframe is still 480 pixels tall at 640 wide, it will show bars on a landscape video.
The 16:9 Wix Embed Code That Fixes the Proportions
Use an iframe whose wrapper keeps a 16:9 aspect ratio and whose src points at your Google Drive preview URL. The wrapper sets the shape; the iframe fills it, so the video scales without leaving bars.
A widely used pattern is a positioning wrapper with padding-bottom at 56.25 percent, which is 9 divided by 16. The iframe inside uses position absolute, top 0, left 0, width 100 percent, and height 100 percent. This keeps the frame's ratio fixed at any container width, including mobile.
Replace only the src value with your own preview URL. Keep the rest of the markup identical, because the fixed wrapper is what produces the landscape shape. If you hand-edit the padding value, you change the ratio and reintroduce the bars.
After pasting the code into Embed HTML, click Update. Hold Shift while dragging a corner handle on the Wix canvas to preserve the element's proportions, then move the element into place. Preview the page on desktop and mobile before publishing.
Google Drive Sharing Settings You Must Get Right
Viewers see a 'request access' screen instead of the video whenever the Google Drive file is still Restricted. The share setting, not the Wix embed code, decides who can watch the video.
For a public-facing site, set General access to Anyone with the link and leave the permission as Viewer. That lets anyone load the preview without signing in to a Google account. If you want to restrict playback later, change the same setting; the Wix embed keeps working, but anonymous viewers will see the permission prompt instead of the video.
For internal or gated sites, the same embed works with domain-restricted sharing, but viewers must be signed in to an account that has access. Test with a browser profile that is not signed in to confirm what an anonymous visitor actually sees.
Sharing a Drive file publicly does not move the video to Wix or to Google's own CDN in the way a dedicated video host would. Playback and bandwidth still come from Drive's viewer, and very heavy traffic can hit Drive's own limits. If you need guaranteed delivery at scale, that is a separate decision from the embed mechanics.
For reference, Google's current sharing documentation is at support.google.com/drive, and Wix's Embed HTML element documentation is at support.wix.com.
What You Cannot Do With a Google Drive Video Embed
A Google Drive iframe does not give you control over playback UI, captions, thumbnails, or analytics the way a dedicated video host does. You get Google's player, its controls, and its branding inside your page.
Several things commonly assumed to work do not: custom start times, autoplay with sound, per-viewer access rules from inside Wix, and reliable server-side data on watch time. Google's player may also show its own 'open in Drive' affordance, which is expected behavior for a preview link.
The embed also depends on Google's viewer page being available. If Google changes the preview URL format or the player behavior, the iframe can break on any site that uses it. Keep a copy of the original video file and note the preview URL separately so you can rebuild the embed quickly.
If your goal is a fully branded, ad-free video experience with detailed analytics, a dedicated video host is the appropriate tool. The Drive embed is a practical way to publish existing landscape video quickly, not a replacement for a video platform.
Common Wix Embed Errors and How to Diagnose Them
Most failed Google Drive embeds in Wix fall into three categories: the file is not public, the embed uses the wrong URL, or the iframe ratio is wrong. Each one produces a distinct symptom, so the mistake is usually easy to identify.
- Blank frame: the video is still Restricted, or the preview URL was copied with extra characters around it.
- 4:3 box with bars: the Drive default snippet was pasted without a 16:9 wrapper.
- 'This video cannot be played here' inside the frame: viewing permissions for that account are missing.
- Embed works on desktop but crops on mobile: the container has a fixed pixel width instead of a percentage with a 16:9 wrapper.
When the preview URL is copied, everything from src=" up to the closing quote is what you need. Trailing brackets, quotes, or surrounding text from the embed snippet will break the iframe silently and leave an empty box.
If the embed renders but shows bars, measure the iframe. A 640-wide frame should be about 360 tall; if it is 480 tall, the old 4:3 snippet is still in place. This single check resolves most layout complaints.
A Comparison: Google Drive Embed vs Wix Video Hosting
Google Drive and Wix's own video hosting serve different needs. Drive is free with a Google account and works well for a handful of embedded videos; Wix's native video element is built for branded playback, analytics, and tighter layout control.
| Dimension | Google Drive embed in Wix | Wix native video element |
|---|---|---|
| Cost | Uses existing Drive storage | Follows the site's plan limits |
| Player branding | Google's player and controls | Wix-owned player |
| Aspect ratio control | Manual 16:9 wrapper | Built-in responsive options |
| Analytics | None beyond Drive activity | Wix video analytics |
| Best for | Quick publishing of existing landscape video | Branded, long-term video programs |
Choose the Drive embed when the video already lives on Drive and the priority is publishing it without a new subscription. Choose Wix's native video element when playback branding, page-level analytics, and predictable mobile behavior matter more than cost.
Both approaches rely on the file being reachable by the viewer. A private file cannot be played by an anonymous visitor no matter which player wraps it.
FAQ: Embedding Google Drive Video in Wix
- Why does my Google Drive video look 4:3 when I embed it in Wix? Google's default embed snippet declares a 640 by 480 iframe, which is a 4:3 ratio. Wrapping the iframe in a 16:9 container or setting width and height to a 16:9 pair fixes the proportions.
- Do I need a paid Wix plan to embed a Google Drive video? The Embed HTML element is part of the standard editor. Playback is served by Google Drive, so the video itself does not consume Wix's paid video hosting.
- Can I embed a private Google Drive video in Wix? Yes, but only viewers who already have access can watch it. Anonymous visitors will see a request-access screen instead of the video until the file is set to Anyone with the link.
- Why is my Wix HTML embed blank after pasting the Drive code? The most common causes are a Restricted file and a preview URL copied with extra characters. Copy only the URL inside the src attribute, up to the closing quote.
- Does the Google Drive iframe work on mobile in Wix? It works when the container uses a percentage width with a 16:9 wrapper. A fixed pixel width will crop or overflow on smaller screens.
- Will the embedded video still play if I move the file in Google Drive? Moving or renaming the file usually invalidates the preview link. Reopen the file, fetch a new embed link, and replace the src value in the Wix embed.
- Can I autoplay a Google Drive video inside a Wix embed? Google's player generally does not autoplay with sound from an embedded iframe. Treat autoplay as unsupported rather than something you can force with Wix settings.
- What if the embed shows 'This video cannot be played here'? That message indicates the viewing account lacks access to the file. Check the share settings and confirm the viewer is allowed under the current permission level.
- Is it safe to leave a Google Drive video public? Anyone with the link can watch it, and the link can be reshared. For sensitive material, keep the file restricted and share only with the accounts that need access.
Turning a Video Walkthrough Into a Written Guide
A step-by-step embed fix like this one is exactly the kind of procedure that works better as a written reference than as a three-minute video. Readers can copy the preview URL, paste the iframe, and check the 16:9 ratio at their own pace.
If you already record tutorials, walkthroughs, or interviews on YouTube, that footage contains the same kind of instruction people search for in text. Turning it into an article gives the material a second life as something indexable and skimmable.
Skalablog takes a YouTube URL, transcribes the video, and produces a draft article you can edit and publish. Start with a video you already have and see what the transcript turns into.
Fork this article
Start a new branch from the same video, shaped your way. You keep the credit; the original keeps the attribution.
A fork in another language is filed as a translation of this article, so the two pages point at each other. You can unlink it later from the editor.
0/240
You are creating
- Format
- For
- Language
- Source
- Your angle
You will be asked to sign in before it is generated.
Buy credits