Bug report #15658
Updated by Alexander Bruy over 7 years ago
I faced with the same issue:
http://gis.stackexchange.com/questions/211117/map-tip-display-text-in-qgis-2-16-pictures-not-showing-up-anymore
Map tips are not showing images correctly; there are scrollbars instead.
My formula:
<pre>
<h2> [% "filename" %] </h2>
<br>
<img src="[% "filepath" %]" width="400" />
</pre>
Before (2.10.x) I saw the filename and the photo below correctly.
http://gis.stackexchange.com/questions/211117/map-tip-display-text-in-qgis-2-16-pictures-not-showing-up-anymore
Map tips are not showing images correctly; there are scrollbars instead.
My formula:
<pre>
<h2> [% "filename" %] </h2>
<br>
<img src="[% "filepath" %]" width="400" />
</pre>
Before (2.10.x) I saw the filename and the photo below correctly.