Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vide.js : Keep video extension, to preserve params .mp4?ts=12345678 #209

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

messenjer
Copy link

@messenjer messenjer commented Jun 27, 2017

This PR will preserve the parameters of the video url without suffixing with the video extension

Actual :

<div id="block7" data-vide-bg='{"mp4": "video/ocean.mp4?ts=12345678", "poster": "video/ocean.jpg"}'></div>

--> actual video source = video/ocean.mp4?ts=12345678.mp4
--> expected video source = video/ocean.mp4?ts=12345678

Change :

--> video source = video/ocean.mp4?ts=12345678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant