-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make Play-Button centered (or centerable) #502
Comments
It was intentional, but we'll all add an option. On May 10, 2013, at 7:32 AM, frog23 notifications@github.com wrote:
|
i second this. What was the intention of moving it to top left corner? |
Extending the CSS class you can center it easely. .vjs-default-skin .vjs-big-play-button |
cladera's solution worked for me, in combination with the "responsive css" from Hexagon Sandbox (http://skybolt.xssl.net/~hexagon2/responsive-video/), even when I use container divs and other stuff. |
Hi Do you know of a way of getting multiple videos to play in that same player? Cheryl Cheryl's Graphic & Web Design Studio From: tommyms — |
There are various ways to do it -- I'll write a plugin one of these days. On Fri, Jul 12, 2013 at 11:59 AM, itsreallycheryl
Robert Crooks |
Thank you for the quick response. I am not a developer or anything like that. I just do websites and I have a few pages that I have multiple videos in one player, but they are flash (.flv) files. And now I.E. keeps crashing on those players, and it’s due to the Adobe flash plug-in (so I’ve been told). So I thought I should look for another way of showing the videos. http://www.gospelmusicfestivals.net/children/ They actually work great on FF and in Chrome, but I know a lot of people are viewing them in I.E. and that’s not good. On the children’s page there are two players, one at the top that automatically begins playing... and another at the very bottom of the page that has a bunch of videos for children to watch. Thank you for any feedback/ideas/suggestions. And keep up the great work! Cheryl Cheryl's Graphic & Web Design Studio From: rcrooks On Fri, Jul 12, 2013 at 11:59 AM, itsreallycheryl
Robert Crooks |
RE: centering the play button, check out http://designer.videojs.com and look for |
@heff nice designer! But why less styles are not available in github repo? |
Just haven't got to it yet. Steve Heffernan (mobile) On Jul 13, 2013, at 10:44 PM, Alex Vasilenko notifications@github.com wrote:
|
fu*k the new version. play button NO CENTER is anti-human design! |
@mmcc can you help me edit this .css file.. i can't understand css ...the anthor ‘s design is poor . biginner may be think play-button no center is a BUG ,nobody use video.js... |
@kawaiiushio Make your comments more constructive and less aggressive or we'll have to block you. You can use the designer to center the play button. Update these items to center and middle
|
@heff the new version have a lot of bug ,it doesn't work in my blog index (wordpress 3.6.1) . i back to the older version , i wish bug can be fixed and use CENTER PLAY-BUTTON as default effect. i don't understand CSS ╮(╯▽╰)╭ |
http://wordpress.org/plugins/videojs-html5-video-player-for-wordpress/ use the new version Video.JS ,your player on wordpress index will be broswer custom default html5 player |
@kawaiiushio I haven't heard of anyone else having issues with that plugin and 3.6.1, but regardless we're getting pretty off topic for both this issue thread and the project issues in general. If you're having problems with the Wordpress plugin, then the Wordpress support forums are a better fit. |
I'm closing this now since the position can be updated via the designer. We'll continue to consider when button should be in the center and when it should be in a corner. |
@heff i has changed the LESS , copy the changed CSS to the video.js.css but effect not center ,i am crazy |
@kawaiiushio I just did the same here and it worked for me. Not sure what might be wrong in your case. |
.vjs-default-skin div.vjs-big-play-button{ this css can do it center... |
@heff wordpress 3.7.1 blog index can't use video.js http://lovejiani.com/blog/ |
@kawaiiushio If it's not related to this specific issue, open a new issue and be sure to include as much info as possible, e.g. vjs version, browser versions, platform, example page. If this is a Wordpress plugin issue, open it on the wordpress plugin repo. |
to center the button use this: .vjs-big-play-button {
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
} |
With the new version (4.0), the play button for videos is in the upper left corner. I still can not decide if this is a bug or a feature. If this was done intentionally, then please add a parameter so that the person embedding the video can center the button for their video. Currently I am using custom CSS Rules to center the button, but this approach doesn't scale well.
The text was updated successfully, but these errors were encountered: