HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

image is shown smaller since 3.0.6 #1125

Open m-kanekawa opened 6 years ago

m-kanekawa commented 6 years ago

It looks like this issue is related with #849. But in my environment, image size still recognized incorrectly in ver 3.0.6 - 3.1.3. 3.0.5 worked normally.

Here is my "content.json" both 3.1.3 and 3.0.5.

What I did

<3.1.3> "data": "<img src=\"quiver-image-url/4B06AE7C6953A16BBB9BA0BE870FCC27.jpg\" alt=\"P7115625_M.jpg\" width=\"144\" height=\"192\">"

<3.0.5> "data": "<img src=\"quiver-image-url/4B06AE7C6953A16BBB9BA0BE870FCC27.jpg\" alt=\"P7115625_M.jpg\">"

I added img { height: auto !important; } to CSS, but it didn't work.