Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Hide Vimeo Controls

Our students are provided with video tutorials using Vimeo.

Once a student was done with watching the videos, s/he is presented with some quizzes.

What we discovered was that the students would use fast Forward control to move the slider forward to shorten the time it takes to watch the videos.

We want to stop that and we are wondering if there is a way to either disable or hide the fast Forward control so students are no longer able to move forward to shorten the video time.

Thanks for your help

like image 808
Tairoc Avatar asked Jul 26 '14 13:07

Tairoc


People also ask

How do I show controls on Vimeo?

At the bottom of the player, click inside the blue box that appears around the play bar. In the menu that pops up, you can toggle the controls and other elements you want to appear here: the play bar, volume control, fullscreen button, the Vimeo logo, or a custom logo.

How do I remove a Vimeo button?

In your Vimeo account go to the video you wish to embed, then go to Settings > Embed. Once there enable the "Show Play Bar" option. This will eliminate the Play button in the middle of your video image, but will display the Play Bar at the bottom of your image.

How do I hide the share button on Vimeo?

You cannot hide the "Share" button shown below the player from your public videos on vimeo.com. However, viewers of nonpublic videos (videos with a privacy setting other than "Anyone") do not see the "Share" button when viewing the video. Only video owners see the "Share" button on the video pages of those videos.

Can you remove Vimeo watermark?

The first method of removing a watermark from a video is by using an online website. There are a lot of watermark remover tools available on the internet that allow you to remove the watermark from an image or video and the Apowersoft website is one of them.


2 Answers

  1. Make sure you are logged into Vimeo.

  2. Go to the video settings page: https://vimeo.com/{enter_video_id}/settings/embed

  3. Uncheck Show Play Bar under Player Preferences

enter image description here

Edit: You must have a Plus or Pro account to use these features.

like image 131
Dan Avatar answered Oct 25 '22 12:10

Dan


We can control all things in iframe see EX.

title=0   for title hide
sidedock=0  for social icon hide
controls=0 . for button hide

<iframe class="iframe" src="//player.vimeo.com/video/191777290?title=0&byline=0&portrait=0&sidedock=0" width="100%" height="430" frameborder="0" webkitallowfullscreen   mozallowfullscreen allowfullscreen>
like image 24
Antu R. Avatar answered Oct 25 '22 13:10

Antu R.