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
-
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