v3.5.8
sampotts/plyrv3.5.8Feb 10, 2020by sampotts
AI Summary
Adds CSS fixes for custom layouts, improves SCSS organization, introduces a referrer policy option for Vimeo, and enhances thumbnail calculations.
Key Highlights
- Added `flex-direction` property to fix custom CSS issues
- Added `referrerPolicy` option for Vimeo
- Improved thumbnail size calculations
- Added `previewThumbnails` source setter
New Features
- referrerPolicy option
- previewThumbnails source setter
Full Release Notes
- Added `flex-direction` property to fix some issues introduced in v3.5.7 when using custom CSS - Cleaned up the organisation of some of the SCSS files (should not effect CSS output) - Added `referrerPolicy` option for Vimeo to prevent an issue present in the demo site - Remove all Vimeo controls for Pro & Premium accounts - Improve thumbnail size calculations when size is set per css (thanks @ydylla) - Add previewThumbnails source setter (thanks @ydylla) - More speed setting logic improvements