Commit graph

43 commits

Author SHA1 Message Date
Kasper Moskwiak
e02c1cd8b2 use sans-serif fonts 2016-03-13 21:12:35 +01:00
Kasper Moskwiak
92477a26db youtube tech 2016-03-13 20:57:55 +01:00
Kasper Moskwiak
42c6498597 fix #24 2016-03-13 20:05:31 +01:00
Yurifag
694392ab05 implement dispose method 2016-03-02 17:25:43 +01:00
Kasper Moskwiak
b964dd0c0f Merge branch 'feature/disable-text-transform-for-resolution-menu' of git://github.com/gkralik/videojs-resolution-switcher into gkralik-feature/disable-text-transform-for-resolution-menu 2016-02-06 11:39:37 +01:00
Kasper Moskwiak
a8c5a705b5 Merge branch 'feature/highlight-menu-item-of-selected-resolution' of git://github.com/gkralik/videojs-resolution-switcher into gkralik-feature/highlight-menu-item-of-selected-resolution 2016-02-06 11:34:05 +01:00
Gregor Kralik
8f6511f1e4 make sure the resolution select button's text is vertically centered
decrease the line-height from 2.5em to 2.3em
2016-01-27 14:45:14 +01:00
Gregor Kralik
365238ba45 disable the text-transform CSS property for the resolution menu
the default skin has text-transform: lowercase. so if one uses
"HD" and "SD" as resolution labels, it will render as "hd" and "sd"
by default.
override the property so no transformation occurs and the labels
show as the user wants them to show.
2016-01-27 13:42:55 +01:00
Gregor Kralik
cdda41a703 add class .vjs-selected to the selected version's menu item 2016-01-27 13:41:26 +01:00
Kasper Moskwiak
e539a816b0 happy new year! 2015-12-31 21:30:45 +01:00
Kasper Moskwiak
5bb133609d version update 2015-12-28 20:52:59 +01:00
Mohammad Samimi
b3b047253b add menu button before full screen button 2015-12-27 14:27:24 +03:30
Kasper Moskwiak
437ecd076c jshint tests 2015-12-20 12:01:23 +01:00
Kasper Moskwiak
0c390b3f2e groupedSrc method, Readme 2015-12-19 23:43:59 +01:00
Kasper Moskwiak
c12df7ee56 method: get group sources 2015-12-19 21:33:04 +01:00
Kasper Moskwiak
2c88a865de custom source picker hot fix 2015-12-19 21:33:04 +01:00
Kasper Moskwiak
3d1c987819 custom source selecting function in options 2015-12-19 21:33:04 +01:00
Aydın Akan
4e9f2eda56 fixed issue #18 2015-12-15 14:38:23 +02:00
Kasper Moskwiak
0409fdb6a7 fix issue #14 2015-11-09 09:29:51 +01:00
Kasper Moskwiak
52b097cc0e custom source picker 2015-11-08 23:03:45 +01:00
David Beuchert
9c7b440223 Revert "use className property instead of classList object"
This reverts commit 95ebf02893.
2015-11-02 13:49:20 +01:00
David Beuchert
95ebf02893 use className property instead of classList object 2015-11-02 12:39:28 +01:00
David Beuchert
c17a807934 use array access as default is a reserved keyword 2015-11-02 12:03:43 +01:00
Kasper Moskwiak
cd1974eba1 Issue #10 - set resolution method 2015-10-31 20:49:23 +01:00
Kasper Moskwiak
1cbbd10577 get current resolution method 2015-10-31 19:38:36 +01:00
Kasper Moskwiak
a8c428a443 issue #5 player not ready 2015-10-29 21:20:22 +01:00
Kasper Moskwiak
63bd92ffeb Merge branch 'patch-1' of git://github.com/H1D/videojs-resolution-switcher into H1D-patch-1
Conflicts:
	lib/videojs-resolution-switcher.js
2015-10-28 15:58:58 +01:00
Kasper Moskwiak
0033246639 Hide loading spinner (flash issue) 2015-10-28 15:18:08 +01:00
Artem Suschev
c2c9b10a58 added AMD support 2015-10-26 19:25:56 +03:00
Kasper Moskwiak
b09025742b Hide loading spinner after playing (flash issue). Added example with flash. 2015-10-18 00:23:16 +02:00
Kasper Moskwiak
9807328dc0 move plugin back to lib directory 2015-10-18 00:18:56 +02:00
Pierre Kraft
223dd5e0db Move videojs-resolution-switcher.js to index.js
This makes it possible to include it as a require (even though videojs needs to be global first)
2015-10-02 17:24:52 +02:00
Kasper Moskwiak
05566ba701 Upgrade to v5.0.0-rc101. Rename extends to extend 2015-09-25 23:27:44 +02:00
Kasper Moskwiak
7b3ca93469 jshint issues 2015-09-16 19:02:07 +02:00
Kasper Moskwiak
baf3f1340e update videojs to 5.0.0-rc.90 2015-09-16 18:59:33 +02:00
Kasper Moskwiak
7153217cb5 dynamic label hot fix 2015-08-20 18:00:32 +02:00
Kasper Moskwiak
b120a90942 dynamic label 2015-08-20 17:57:31 +02:00
Kasper Moskwiak
38436a4f93 videojs rc52 update 2015-08-18 18:42:16 +02:00
Kasper Moskwiak
d45e486fd4 touch on mobile support 2015-08-13 23:35:59 +02:00
Kasper Moskwiak
3103da56f7 default src 2015-08-01 15:16:26 +02:00
Kasper Moskwiak
6889d02fe7 sorting sourcec 2015-08-01 14:07:43 +02:00
Kasper Moskwiak
23405ab6c4 set sources inside video tag 2015-07-28 14:24:07 +02:00
Kasper Moskwiak
940c95ae67 init 2015-07-27 18:12:42 +02:00