-
Notifications
You must be signed in to change notification settings - Fork 17
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
vplayer / evlplayer displays big block if no id is provided by default #73
Comments
That is currently expected behavior. .evlplayer[data-service="videolink"] {
display: none;
} I'll add this to the 3.4.1 release :) |
The problem with the CSS is that it also hides the video when a link is clicked. |
That shouldn't be the case. Can you confirm that the |
I can confirm that the |
Also hide `<evlplayer />` with no default video Fixes #73
Was an oversight on my part! When explicit consent is not required, the service parameter was not updated. Fixed in develop. |
(First of all, thanks for reimplementing these back into the forked version of the extension! I'm sure communities beyond just Warcraft Wiki could really use them!)
Describe the bug
When those tags, vplayer or evlplayer is added like
<vplayer />
or<evlplayer />
, they instead display this huge block that is otherwise empty.The original experience, there was no empty block like this. Nothing. Whenever a video link is clicked (vlink or evl), this area would expand to that video.
To Reproduce
Just create an article and add
<vplayer />
or the other tag to the article.Example:
https://warcraft.wiki.gg/wiki/Dragonflight_in-game_cinematics
Expected behavior
There should be no big empty space where the video would appear if no default video id is provided.
So it should look like this:
When any of the video links is clicked, it expands and displays the video. It'll stay there forever, won't shrink back down or anything.
Technical information:
Additional context
Let me know if you'd like me to clarify anything.
The text was updated successfully, but these errors were encountered: