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

Video controls are unclear when the video background is white #391

Closed
PlayerMiller109 opened this issue Jul 7, 2024 · 2 comments
Closed

Comments

@PlayerMiller109
Copy link

PlayerMiller109 commented Jul 7, 2024


Obsidian Current and Installer versions v1.6.5, Media Extended Plugin version v3.2.4, have tested in Sandbox Vault.

Possible solution: change CSS.

Workaround for now:

[data-controls] > .inset-0.z-0::before {
  content: '';
  position: absolute;
  height: 70px;
  right: 0; bottom: 0; left: 0;
  background: linear-gradient(to bottom, transparent 0%, #22222290 100%);
}
@vramaiah
Copy link

vramaiah commented Nov 7, 2024

thanks!

@Medullitus
Copy link

DOES ANYONE KNOW WHAT HAPPENED TO THE DEVELOPER??

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

No branches or pull requests

3 participants