Replies: 1 comment
-
I've submitted a PR to resolve this: #3765 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I don't specify
alt
within attributes, then output has noalt
tag, looking intoresponsiveImageWithPlaceholder.blade.php
, there is also noalt
attribute. Isn'tname
column here to be used asalt
?$media = $this->getFirstMedia('image');
Beta Was this translation helpful? Give feedback.
All reactions