Changes between Version 2 and Version 3 of Ticket #48691, comment 13
- Timestamp:
- 11/25/2019 03:22:07 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48691, comment 13
v2 v3 1 I used this improved code (only for right alignment at this time). In this code I attempted to maintain the HTML5 audio minimum width to avoid unaccessible audio controls . By default its width is 270px on Firefox and 300px on Chrome. [https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_audio Refer to W3S].1 I used this improved code (only for right alignment at this time). In this code I attempted to maintain the HTML5 audio minimum width to avoid unaccessible audio controls and make it to be more adaptive to its container. By default its width is 270px on Firefox and 300px on Chrome. [https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_audio Refer to W3S]. 2 2 3 3 {{{