[Tex/LaTex] Is it possible to create a hyperlink from an \includegraphics picture

graphicshyperreflinks

I'd like to make an image clickable, meaning I want to turn it into a hyperlink. I am including the image via \includegraphics but I am not sure how to make it clickable. Anyone knows how to do that?

Best Answer

use \href[options]{URL}{\includegraphics{...}}