Skip to content
Snippets Groups Projects

Resolve #3413408 "Responsive images support"

1 unresolved thread

Closes #3413408

Merge request reports

Approved by

Merged by Domen ŠlogarDomen Šlogar 1 year ago (Feb 6, 2024 9:05am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
197 'url' => $url,
198 'width' => $width ?? '',
199 'extension' => $extension ?? '',
200 ];
201 }
202 }
203 catch (\Exception $e) {
204 $this->kontainerService->logException($e);
205 }
206 $elements[$delta] = [
207 '#theme' => 'responsive_kontainer_cdn_image',
208 '#items' => $formattedItems,
209 '#alt' => !empty($item->kontainer_file_name) ? $item->kontainer_file_name : $this->t('kontainer_image'),
210 '#responsive_image_style_id' => $responsiveImageStyle ? $responsiveImageStyle->id() : '',
211 '#cache' => [
212 'tags' => $cacheTags,
  • Missing cache tags of CdnImageConversion entity mapped to image style. Changing the configuration of the entity does not show changes on the content displaying the image until you clear cache.

  • Please register or sign in to reply
  • added 1 commit

    • 40ef1916 - Add ImageConversion Cache tags to the responsive image element

    Compare with previous version

  • added 2 commits

    • ef40fbb7 - Resolve unset default cdn conversion template processing error
    • 77c0ba8c - Invalidate all Media entities with Kontainer Cdn field source when fallback template is changed

    Compare with previous version

  • Domen Šlogar approved this merge request

    approved this merge request

  • merged

  • Please register or sign in to reply
    Loading