You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
Today I found a strange issue when combining VideoJS and Foundation. When I included 2 Foundation CSS as below, the Videojs Thumbnails stopped working, no thumbnails were displayed. <link rel="stylesheet" href="foundation-6.3.1/css/foundation.css"> <link rel="stylesheet" href="foundation-6.3.1/css/app.css">
I did a little check further and noticed that the plugin still requests the thumbnail images, it just not display on screen.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today I found a strange issue when combining VideoJS and Foundation. When I included 2 Foundation CSS as below, the Videojs Thumbnails stopped working, no thumbnails were displayed.
<link rel="stylesheet" href="foundation-6.3.1/css/foundation.css"> <link rel="stylesheet" href="foundation-6.3.1/css/app.css">
I did a little check further and noticed that the plugin still requests the thumbnail images, it just not display on screen.
The text was updated successfully, but these errors were encountered: