For jplayer, the preload attribute is output wrong

Created on 21 March 2025, about 2 months ago

Problem/Motivation

Steps to reproduce

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.

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

🐛 Bug report
Status

Active

Version

1.13

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024