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

IE8 responsive #925

Closed
mkoehler2911 opened this issue Jan 6, 2014 · 2 comments
Closed

IE8 responsive #925

mkoehler2911 opened this issue Jan 6, 2014 · 2 comments
Labels

Comments

@mkoehler2911
Copy link

I tried to create a responsive Videojs on Internet Explorer 8.
Everything works fine but the poster always stays below the player.
Are there any fixes?

Thanks

@mmcc
Copy link
Member

mmcc commented Jan 7, 2014

What's the method you're using to make the player responsive? What version of Video.js are you using? When you say the poster says below the video, do you mean the video is overlayed on top of the poster or the poster is on the next line?

@mkoehler2911
Copy link
Author

I solved the Problem on my own.

.wrapper {
max-width: 1000px;
width: 100%;
}

.videoContent {
width: 100%;
max-width: 640px;
background: #000;
max-height: 360px;
position: relative;
}

and I just added:
.vjs-poster {
position: absolute !important;
z-index: 1;
top: 0;
}

@heff heff mentioned this issue Feb 5, 2014
5 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants