I'm trying to make an atlas with QGIS, with one image per page. My goal is more complex so I have to use HTML widget in order to display the images. The below code works, but only if the picture is lighter than 2 Mo. If bigger, I got a square with "?" in it.
Code used to display image :
[% '<img width="300px" src="' + "relative/path/to/image.jpg" + '" />' %]
I've already tried to change width / height, without success. If I change the resolution of a non-displaying picture, it is shown immediately in QGIS Atlas. Export entire atlas doesn't change the result...
Has anyone already faced this issue? I wonder if it is a hardware limitation, a QGIS limitation or a QGIS bug...
Configuration : Win10 + QGIS 3.16.2

