PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
41 stars 4 forks source link

Pass through all potential rendition args as fullsize #512

Closed fluffy-critter closed 1 year ago

fluffy-critter commented 1 year ago

Summary

Allows all fullsize rendition arguments to be passed through with a fullsize_ prefix. Fixes #511

Detailed description

Previously the fullsize prefix was just applied to a manually-maintained list of attributes. Now all rendition attributes can get a fullsize prefix.

This also fixes an issue with lossless not being in the rendition argument list.

Developer/user impact

Test plan

See fullsize rendition args.md

Got a site to show off?