- Issue created by @mwjansen
- Merge request !17Issue #3501085 : Replaced image styles with a relative link → (Open) created by Unnamed author
Several components apply an 'image style' to an image. This results in an absolute HTTP URL.
Obviously this looks messy and doesn't help SEO.
Render the links relative, e.g. :
$url = civictheme_media_image_get_url($media, $image_style);
$vars['url'] = \Drupal::service('file_url_generator')->transformRelative($url);
Active
1.8
Code