Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Video.js example. Tutorial Example - Buttons control start and ending timed segments in video


To select a filter that is already displayed by default, click on the filter name. For example, to limit your search to Review articles, click on Review under Article types.
(Seek 0-05)

You will see the filter highlighted, and a reminder that you have a filter selected, along with the option to clear the filter. (Seek 05-10) This filter has narrowed your results to 42 review articles. Click on Clear all to return to your original results set.


Button Display Problem in IE in Un-ordered lists

Problem Illustration

Viewing the content below Internet Explorer, the buttons appear too narrow. This is due to a CSS conflict.

  • To select a filter that is already displayed by default, click on the filter name. For example, to limit your search to Review articles, click on Review under Article types. (Seek 0-05)
  • You will see the filter highlighted, and a reminder that you have a filter selected, along with the option to clear the filter. (Seek 05-10) This filter has narrowed your results to 42 review articles. Click on Clear all to return to your original results set.

Problem Resolution

To resolve, the problem, create a style which makes sets the ul li text-indent property to 0em

  • To select a filter that is already displayed by default, click on the filter name. For example, to limit your search to Review articles, click on Review under Article types. (Seek 0-05)
  • You will see the filter highlighted, and a reminder that you have a filter selected, along with the option to clear the filter. (Seek 05-10) This filter has narrowed your results to 42 review articles. Click on Clear all to return to your original results set.

Big play button and the video bar are hidden with CSS

.video-js .vjs-big-play-button {
    display: none;
}
.video-js .vjs-control-bar {
    display: none;
}

Last Reviewed: February 14, 2024