Tame screenshot images
Here's what this article looks like:
Here's what this article looks like:
When creating or editing a collection, multiple images can be uploaded via the Media Library widget.
Media alt text is stored with the image file in it's image field.
How do I override it per media reference field or CKEditor embed?
https://www.drupal.org/project/accessible_media_embed
Modules
Here are three variations of the header component.
Media images are currently configured to use the alt text as the media and file name.
Here's my trick for that: https://www.drupalarchitect.info/articles/use-alt-text-rename-uploaded-files-and-media.
What I want to do, is name the media based on the collection and any tags on the image.
For example, I could have a component tag and a screen width tag, and upload screenshots of the header as:
Uploading a full snapshot with full image sizes can be slow.
Looks like media in wysiwyg can't be captioned like images can.
Should the caption be stored in wysiwyg or in the media?
https://drupal.stackexchange.com/questions/305844/how-to-add-captions-to-media-library-items
TODO: Document media caption options.
Modules
What do I need to do for responsive images out of the box?
https://www.drupal.org/project/easy_responsive_images
https://www.drupal.org/project/image_style_generate
https://www.drupal.org/project/image_styles_builder
Copy image styles from Drupal CMS.
When creating a photo via the photos listing, and error is thrown.
Warning: file_upload_options_filefield_paths_process_file(): Argument #3 ($settings) must be passed by reference, value given in Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (line 416 of core/lib/Drupal/Core/Extension/ModuleHandler.php).This doesn't break anything, but causes confusion.
The patch in the issue doesn't fix it, neither does running the update code.
Guide to files and media in Drupal.