Add the image style convert to webp effect to the controller, rearrange the...
2 unresolved threads
Add the image style convert to webp effect to the controller, rearrange the order of the effects and allow using the style when core webp is enabled as well
Closes #3391520
Merge request reports
Activity
Filter activity
140 140 '#description' => $this->t('Will produce higher quality images on screens that have more physical pixels then logical pixels.'), 141 141 ]; 142 142 143 $gd_info = gd_info(); changed this line in version 2 of the diff
added 2 commits
added 2 commits
added 19 commits
-
c61fab82...bf038907 - 7 commits from branch
project:2.x
- bf038907...8077145a - 2 earlier commits
- 0f5a774b - Disable the WebP option when imageapi optimize WebP gets enabled
- 9e70c174 - Add the image style convert to webp effect to the controller, rearrange the...
- d0afdc2f - Update the js to also use the core webp variable to allow webp usage
- e1814272 - Set the default as false for core webp on already enabled modules
- 703a89a9 - Add the check on core webp in the template and add the values in the formatter
- 7f59b4ba - Fix typo in the javascript code
- 34f73452 - Add support for other image toolkits
- c6963422 - Undo irrellevant change
- 84a91c9b - Update uri formatter
- 534bfd9b - Add missing variable
Toggle commit list-
c61fab82...bf038907 - 7 commits from branch
added 1 commit
- cba88f0b - Disable core WebP if Webp support is removed from the image toolkit while it was already enabled
175 175 } 176 176 } elseif (in_array('webp', $image_toolkit->getSupportedExtensions())) { 177 177 $allow_core_webp = TRUE; 178 } elseif ($core_webp_option_enabled === TRUE) { added 14 commits
-
772e8af6 - 1 commit from branch
project:2.x
- 772e8af6...f03c7053 - 3 earlier commits
- 25a8bdaa - Add the image style convert to webp effect to the controller, rearrange the...
- 08e5314e - Update the js to also use the core webp variable to allow webp usage
- 83130401 - Set the default as false for core webp on already enabled modules
- 1ba8f15a - Add the check on core webp in the template and add the values in the formatter
- 2aceba82 - Fix typo in the javascript code
- 1db034fd - Add support for other image toolkits
- 0437ace3 - Undo irrellevant change
- f7ec8d09 - Update uri formatter
- 1b14de58 - Add missing variable
- 5d7d8733 - Disable core WebP if Webp support is removed from the image toolkit while it was already enabled
Toggle commit list-
772e8af6 - 1 commit from branch
Please register or sign in to reply