TomS Video Player is a Simple HTML5 video player. Simply protect your videos from being downloaded ‘Directly’. Absolutely light weight and easy to use even without explanation. This is a video block and all settings inside the block, means that this plugin only work on gutenberg editor(the wordpress core block editor),
if your theme support the block editor, you can add our block any where you want. No support the shortcode. Of course, you donβt need to upload video files to the wordpress media library. You can paste video url directly .You can store your video files on a CDN server to reduce the burden on the wordpress server.
Features
You can easily to add or remove the attrubutes of the HTML5 video from the <video> element via our block settings.
Video Settings:
- ποΈ Video Block β Temporarily disable Video Block.
- πͺ§ Poster Image β add poster=”” to the <video> elememt.
Option Settings:
- ποΈ Playback Controls β add controls to the <video> elememt.
- πͺ Disabled Picture in picture β add disablepictureinpicture=”true” to the <video> elememt.
- π±οΈ Disabled Save video as… β if enabled, the video screen can’t right click. other areas do not affect, default is enabled.
- πͺ Auto Picture in picture β add autopictureinpicture=”true” to the <video> elememt.
- π₯ AutoPlay β add autoplay to the <video> elememt.
- πΉ Loop β add loop to the <video> elememt.
- π Muted β add muted=”true” to the <video> elememt.
- π½οΈ Plays Inline β add playsinline to the <video> elememt.
- π Disabled Responsive Video Size β if enabled, will remove the responsive css from the <video> elememt.
- π Set video size manually β if enabled, will show the Width and Height input field under the video url input field, you can set the video player size manually, but not responsive. this will add [width=””] and [height=””] to the <video> elememt.
- β No Dowload β add controlsList=”nodownload” to the <video> elememt.
- β No Fullscreen β add controlsList=”nofullsrceen” to the <video> elememt.
- β No Remote Playback β add controlsList=”noremoteplayback” to the <video> elememt.
- β³ Preload β add preload=”” to the <video> elememt. It may have one of the following values: “auto”, “metadata”, “none”. Default: metadata.
Here is the details of the <video> elememt’s attributes.
Translations
Reliance upon any non-English translation is at your own risk; TomS Video Player can give no guarantees that translations from the original English are accurate.
We recognise and thank those mentioned at https://toms-caprice.org/translations for code and/or libraries used and/or modified under the terms of their open source licences.