
Tiger Video Pro is a performance-first video player for Elementor. Instead of embedding a live YouTube or Vimeo iframe the moment the page loads — the classic mistake that drags in roughly a megabyte of third-party JavaScript on every page view and tanks a Lighthouse score — it renders a lightweight “facade”: a static thumbnail with a play button. The actual player engine, Plyr.js, is only injected into the page after a visitor clicks play. An unplayed page therefore ships almost no extra script, which is why sites with several embedded videos on a landing page reach for this widget instead of Elementor’s stock Video widget.
Setting up the source
Everything starts in the Source section, where Source Type switches between Manual and YouTube Playlist. Manual is a repeater called Videos: each row has its own Provider selector — YouTube, Vimeo or Self-Hosted (MP4) — so a single playlist can freely mix a YouTube trailer, a Vimeo case study and a self-hosted MP4 in any order. For YouTube and Vimeo rows you paste a Video URL or ID — the widget’s parser accepts a full watch URL, a youtu.be short link, an /embed/ or /shorts/ path, a Vimeo player URL, or a bare video ID, so you never have to hand-extract the ID yourself. Self-hosted rows use a Video File (MP4) media control pointing at the Media Library. Every row also gets a Title, an optional Custom Thumbnail, and a Start Time / End Time in seconds that clips playback — usefully, this clip window is enforced uniformly by the front-end engine across all three providers (seek-to-start on ready, stop or advance at the end), something most competing YouTube-only widgets don’t offer for Vimeo or MP4 sources. When no custom thumbnail is set, YouTube rows auto-derive one from `i.ytimg.com`; Vimeo and self-hosted rows have no automatic thumbnail, so supplying a Custom Thumbnail there is what actually gives you a facade instead of a plain placeholder box.
The YouTube Playlist source type pulls an entire channel playlist automatically via Playlist ID or URL and a Max Videos cap (1–50, default 12). This depends on a YouTube API key configured under Tiger Elements → API Settings; if none is present the panel shows a warning notice instead of silently failing. Playlists are synced server-side and cached in a 12-hour transient, and a Sync Now button in the panel lets you force a refresh without waiting out the cache — handy right after you add a new video to the source YouTube playlist.
Player, playback and advanced behaviour
The Player section controls Aspect Ratio (16:9, 4:3, 21:9 or 1:1), whether to Show Playlist alongside the stage, its Playlist Position (right or bottom), Auto-Advance to the next item, and the Show Title Overlay gradient caption. The Playback section is where the real player behaviour lives: Autoplay (note browsers require muting to allow this), Start Muted, Loop, Show Player Controls, Play Inline (mobile) to stop iOS forcing native fullscreen, and Keyboard Shortcuts. Under a Settings Menu heading you can independently toggle the Playback Speed menu, Quality Switch (YouTube and self-hosted only), and Captions / Subtitles. A Self-Hosted heading adds Preload (None / Metadata / Auto) and a Download Button specific to MP4 sources.
The Advanced tab holds the widget’s real differentiators: Lightbox Mode opens the player in a full-screen modal rather than inline; Sticky Mini-Player docks a playing video to a screen corner (choose among four Mini-Player Position options) once it scrolls out of view, so a visitor can keep watching while reading the rest of the page; and SEO VideoObject Schema outputs JSON-LD structured data so Google can surface a video rich result for the page.
Styling
Style controls are split across Player (border, radius, box shadow and a thumbnail Overlay color on the stage), Play Button (size slider, separate Normal/Hover tabs for icon color and background, and corner radius), Title Overlay (color, typography, and a gradient-strength color swatch), and Playlist (side-layout width, background, item typography and color, an Active / Hover Highlight background, a colored Active Accent Bar, and thumbnail radius).
When to use it
Reach for Video Pro whenever a page carries more than a lone embed — a course landing page with a syllabus playlist, a product page mixing a YouTube demo with a self-hosted close-up MP4, or a media/press page where the facade pattern keeps initial load fast. The YouTube Playlist source is the right call for an “all our tutorials” or “latest uploads” block that should stay current without manual repeater edits.
Practical tips
- If a Vimeo or self-hosted video looks like a bare gray box before play, that’s almost always a missing Custom Thumbnail — those two providers don’t auto-generate one the way YouTube does.
- Use Start Time / End Time to trim a long recorded webinar down to just the relevant clip for each playlist row, rather than re-exporting the video file.
- Pair Sticky Mini-Player with a long-form article so readers can keep a tutorial playing while they scroll and read the surrounding text.
- If you edit the source playlist on YouTube itself, remember to click Sync Now in the panel — the 12-hour cache means the page won’t pick up the change on its own for a while otherwise.