mediaelement.js stop preloading in Opera
I am using the mediaelement.js audio player (through the mediaelement.js WordPress plugin). I noticed that it is automatically preloading songs when I visit a page with audio files. I would like to stop this as it will probably alarm some people to see the progress bar loading on several different players automatically. This only happens in Opera, not in IE or Chrome开发者_StackOverflow (didn't check Firefox). I browsed through the js file but couldn't find where to turn this off. Does anyone know how to do this?
Try to add preload="none"
to your audio tag
精彩评论