Hello I want add space between two images like this:
\begin{figure}
\includegraphics[width=\textwidth]{test1.png}
\vspace{2cm}
\includegraphics[width=\textwidth]{test2.png}
\caption{ActionButton}
\label{ActionButton}
\end{figure}
but it's add space between test2.png and the caption…
How can I solve it?
Best Answer
I hope that this is the one you want
code