Currently, LOGSEQ is able to resize the image on the normal page like this:
{:height 76, :width 341}
However, when users are reading pdf with area highlight, LOGSEQ just creates a text [:span]
in a page related to the PDF and will be parsed as an image using the block metadata. Users can not adjust the size of the parsed images.
Since LOGSEQ already support {:height 76, :width 341}
for normal image, is it also possible for the images from PDF?