Skip to content
Snippets Groups Projects
Commit b20324c6 authored by Shibin Das's avatar Shibin Das
Browse files

Issue #3427517 by Mef, D34dMan: Attributes not rendered fixes

parent 00630caa
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,7 @@ class RiftPicture {
->setAlt($image_data['alt'])
->setTitle($image_data['title']);
$picture_element->setImg($img_element);
$picture_element->setAttribute($this->pictureConfig->attribute);
return $picture_element->render();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment