[xiph-commits] r4037 - itext

silvia at svn.annodex.net silvia at svn.annodex.net
Fri Sep 25 16:03:18 PDT 2009


Author: silvia
Date: 2009-09-25 16:03:18 -0700 (Fri, 25 Sep 2009)
New Revision: 4037

Modified:
   itext/chocolate_rain.html
Log:
Had to set the width on the audio element for Safari to work.


Modified: itext/chocolate_rain.html
===================================================================
--- itext/chocolate_rain.html	2009-09-25 13:11:10 UTC (rev 4036)
+++ itext/chocolate_rain.html	2009-09-25 23:03:18 UTC (rev 4037)
@@ -74,7 +74,7 @@
       <div id="itextcontainer2"></div>
       <audio class="a" src="chocolate_rain/chocolate_rain.ogg"
              controls aria-label="Chocolate Rain song"
-             autobuffer title="Chocolate Rain song">
+             autobuffer title="Chocolate Rain song" style="width: 320px">
         <itext id="lyrics" lang="en" type="text/lrc" display="yes"
                src="chocolate_rain/chocolate_rain.lrc" category="LRC"></itext>
       </audio>



More information about the commits mailing list