I have a LaTeX document with a figure and references to it:
\\begin{figure} ... \\caption{...} \\label{fig:1} \\end{figure} \\ref{fig:1}
I use
Add this in your preamble
\usepackage{hyperref} \usepackage[all]{hypcap} %for going to the top of an image when a figure reference is clicked
Make sure that the \usepackage[all]{hypcap} is written after the hyperref package is imported.