Automatically closed - issue fixed for 2 weeks with no activity.
drimage 2.1.0 was released on 6 Oct 2022 by
weseze →
https://www.drupal.org/project/drimage/releases/2.1.0 →
composer.json file.
- The default set of ratios for Image Media type:
Media 1:1Media 2:1Media 3:1Media 4:1Media 4:3Media 16:9Media 21:9- The default set of ratios for Video Media type:
- ---
Media 1:1: Only cover image or thumbnail - No PlayerMedia 2:1: Only cover image or thumbnail - No PlayerMedia 3:1: Only cover image or thumbnail - No PlayerMedia 4:1: Only cover image or thumbnail - No PlayerMedia 4:3: Only cover image or thumbnail - No PlayerMedia 16:9: Only cover image or thumbnail - No PlayerMedia 21:9: Only cover image or thumbnail - No Player- →
- ---
Autoplay: Autoplay on load of the page for one time.Autoloop: Autoplay and keep looping.Looping: On click to play, the video will keep looping.- ---
Media Video 1:1: Load Varbase Video PlayerMedia Video 2:1: Load Varbase Video PlayerMedia Video 3:1: Load Varbase Video PlayerMedia Video 4:1: Load Varbase Video PlayerMedia Video 4:3: Load Varbase Video PlayerMedia Video 16:9: Load Varbase Video PlayerMedia Video 21:9: Load Varbase Video Player- →
- For the CKEditor:
Large (Full width)Medium (1/2 of width)Small (1/4 of width)Original- Other media view modes:
DefaultBackground media- Only for admin use:
Field PreviewMedia LibraryEntity Browser Preview
Follow with Bootstrap 5 Aspect ratios
And add more CSS rations too to match with working rations on Videos and cover images In Vartheme BS5
// stylelint-disable function-disallowed-list
// scss-docs-start aspect-ratios
$aspect-ratios: (
"1x1": 100%,
"2x1": calc(1 / 2 * 100%),
"3x1": calc(1 / 3 * 100%),
"4x1": calc(1 / 4 * 100%),
"4x3": calc(3 / 4 * 100%),
"16x9": calc(9 / 16 * 100%),
"21x9": calc(9 / 21 * 100%),
) !default;
// scss-docs-end aspect-ratios
// stylelint-enable function-disallowed-list
Fixed
10.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.