anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
231 stars 73 forks source link

Fix video.js initialization by prepending 'video-' to element ids #183

Closed kjmalek closed 2 years ago

kjmalek commented 2 years ago

Video.js uses id selectors to initialize. This was causing a bug, where filenames that began with a number were not being found and initialized. Prepending 'video-' to the ids fixes this issue.