- தீர்வுற்றது
- Archived
How can I disable the display of the word "PLAYING" in the tab of a page that is playing media?
When I play HTML5 audio Firefox adds an extra line to the tab title with the word "PLAYING". This causes the main window to resize vertically. Any content that is sized b… (மேலும் படிக்க)
When I play HTML5 audio Firefox adds an extra line to the tab title with the word "PLAYING".
This causes the main window to resize vertically. Any content that is sized based on the height of the window is also resized which causes a visible 'glitch' in the display.
My specific use-case is a music rehearsal page that displays an SVG of the music score beside the HTML5 <audio> controls. The height of the
is defined, in css, as 'height: 100vh;' so that the whole page is visible.
I would like to be able to revert to Firefox's previous behaviour of displaying an icon _beside_ the tab title.
Any other solution that does not increase the height of the tab could also be of use.
Thanks.