HTML5 audio not scaling on iPhone -


i got request on friends website. there html5 elements , play button barely visible on iphone (using 5s). shifts until zoom in 100% zoom. added viewport meta tag , css

audio {     height:0;     width:0; } 

but no luck. ideas?

site: http://bit.ly/1hy9i57


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

python - How to remove the Xframe Options header in django? -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -