Skip to content
#

videojs

Here are 233 public repositories matching this topic...

hartman
hartman commented May 2, 2022

Description

The viewport overflows because of the use of left:-3000em within a rtl html layout

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.
Using the default skin. Set:

	controlBar: {
		volumePanel: {
			vertical: true,
			inline: false
		}
	}

Open a videojs player within a <html dir="rtl">-layout

Results

Expecte

svetlin-mladenov
svetlin-mladenov commented Jun 15, 2015

All of the following concerns only the HTML5 version. I haven't tested the flash fallback.

Here is how to reproduce it:

  1. open the example page (the one under example/index.html) with chrome
  2. while the preroll add is still playing enable device mode in the chrome dev tools and set network throttling to GPRS (or similar)
  3. After the preroll ad finishes the poster is displayed but there is no s

Improve this page

Add a description, image, and links to the videojs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the videojs topic, visit your repo's landing page and select "manage topics."

Learn more