Changing width of player
See original GitHub issueI’m trying to use a 220px wide player, rather than 460, but am having issues adjusting accordingly. I have the player at a 220px with, play button is fine, and progress bar width is fine, but am having issues. I can not get the time to show. I know I am missing something, but can’t figure out what. Any help is greatly appreciated. Changes I made are below:
Changed width to 220px
.audiojs { width: 220px; height: 36px; background: #404040; overflow: hidden; font-family:
monospace; font-size: 12px; background-image: -webkit-gradient(linear, left top, left
bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1,
#444))
Changed width to 120px
.audiojs .scrubber { position: relative; float: left; width: 120px; background: #5a5a5a;
height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom:
0px; overflow: hidden; }
You can see it live at http://www.keepingcurrentmatters.com/test/player/
Issue Analytics
- State:
- Created 11 years ago
- Comments:5
Top Results From Across the Web
How can I change the player width and height?
Hover your cursor over the player and click Settings. Hovering over a player to click Settings. ... Select Design in the Settings tab....
Read more >Change video player size - YouTube Help - Google Support
If you want to manually change the size of your video player, simply adjust the size of your browser. You can also select...
Read more >Sizing the Player - Brightcove Player Documentation
Player size – The player width and height properties, set in the CSS or HTML code, control the size of the player. As...
Read more >How to set the height and width of the video player in HTML5
Approach: The HTML5 width and height attributes of the video tag are used to set the height and width of the video player...
Read more >How To Change the Player Dimensions on Your Embed Code
How To Change the Player Dimensions on Your Embed Code · Step 1: Choose the Content to Embed · Step 2: Find and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a more responsive solution:
It’d be great if the width of the progress bars were set in percentages instead of pixels, then it could be truly responsive.
This works well for me.
LESS