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

Styling for video tag #67

Closed
hamidabdulmalik opened this issue Oct 4, 2015 · 1 comment
Closed

Styling for video tag #67

hamidabdulmalik opened this issue Oct 4, 2015 · 1 comment

Comments

@hamidabdulmalik
Copy link

It will be good to get a better styling for a video tag, I cannot make a video tag fill a card. Hope you can fix that soon.

@sesemaya
Copy link
Contributor

Hi @hamidabdulmalik,

This to me is more like project/user specific styles and I don't think we'll add this to the framework.

However it is very easy to make a html5 video tag fill a card, simply treat it like a block element:

video {
    height: 100%;
    width: 100%;
}

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

2 participants