Problem/Motivation

Steps to reproduce

Use jplayer as the audio player. Look at the <audio> 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.

Proposed resolution

In js/jplayer.builder.js, do something like this instead:
preload: settings.lazyload ? "none" : "auto",

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork audiofield-3514692

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

demeritcowboy created an issue. See original summary.

demeritcowboy’s picture

Issue summary: View changes
pranali.addweb’s picture

Status: Active » Needs review
StatusFileSize
new964 bytes

Hi! everyone,

I have made changes for it. Please review the patch and let me know your thoughts on it. Waiting for your response.

Thank you!

demeritcowboy’s picture

Status: Needs review » Reviewed & tested by the community

Yes thanks these are the exact same changes I have been using on the site.