alexanderschnitzler/fluid-styled-responsive-images

set alt and title from merged properties

thomaskieslich opened this issue · 1 comments

$this->tagBuilder->addAttribute('alt', $file->getProperty('alternative'));
$this->tagBuilder->addAttribute('title', $file->getProperty('title'));

Set alt and title from filereference too.

Sorry Thomas,
I didn't get notified by github about that issue.

Will see that I can push a new release soon.