- Issue created by @demeritcowboy
Use jplayer as the audio player. Look at the `` tag that is output. It will have preload=true or preload=false depending on the lazyload setting, but neither of those is a valid value for preload.
In js/jplayer.builder.js, do something like this instead:
`preload: settings.lazyload ? "none" : "auto",`
Active
1.13
Code