You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a .gif image and Grav renders it in an <image> Tag.
Problem lies in the StaticImageMedium class in line 26: return [ 'name' => 'image', 'attributes' => $attributes ];
Shouldn't name actually be 'img' ?
-chslion
The text was updated successfully, but these errors were encountered:
I just tried it with a fresh install of the latest Grav Release (1.1.3) and Chrome (Version 51.0.2704.79 Ubuntu 15.10) shows the <image> Tag in the html source.
I used the shipped welcome page with the following markdown
![Gif Image](foo.gif)
The Element Inspector changes the image tag to a valid img tag.
I can confirm this is a bug.. Never noticed because it is rendered fine in Chrome. BTW, in the future, you can submit a PR as you already had the fix :) Cheers.
Hey Guys,
i have a .gif image and Grav renders it in an
<image>
Tag.Problem lies in the StaticImageMedium class in line 26:
return [ 'name' => 'image', 'attributes' => $attributes ];
Shouldn't name actually be 'img' ?
-chslion
The text was updated successfully, but these errors were encountered: