I found that
Hyperlink[im, "something", ImageSize -> 800]
The ImageSize only add some borders of my im.
How to make my im become the actual size?
You can try a big image.
I found that
Hyperlink[im, "something", ImageSize -> 800]
The ImageSize only add some borders of my im.
How to make my im become the actual size?
You can try a big image.
Short, but the answer, is to fix image size:
Hyperlink[Image[pic, ImageSize -> 800]]