I have installed the audio js plugin. I have entered this code in header.php which contains the folder
Other pages show the player with the default size. But the site I am creating, only need to change the width of the player in the homepage. Any ideas?
Please help !!
You can use the necessary CSS rules, that you want to wrap the audio tag for the player Change the width of the div's width.
echo "& lt; div class = 'audiojs' & gt;"; Echo "& lt; audio src = 'musik / $ row [FileName]' preload = 'auto' & gt; & lt; / audio & gt;"; Echo "& lt; / div & gt;";
CSS:
.audiojs {width: 500px; Height: 50px; }
Comments
Post a Comment