I am usign the baposter enviroment to create a scientific poster. My question is that I am attaching images of different sizes in
\begin{center}
\includegraphics[scale=0.18]{fig1.pdf}
\includegraphics[scale=0.22]{fig1a.pdf}
\includegraphics[scale=0.22]{fig2a.pdf}
\includegraphics[scale=0.22]{fig2b.pdf}
\includegraphics[scale=0.22]{fig2c.pdf}
\captionof{figure}{\tiny{}}
\end{center}
and the issue is that I would like to put the figures fig2x.pdf a little bit higher compared to where they are (such that the space between the text and these set of figures is lesser compared to the other two figures).
\documentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem. – samcarter_is_at_topanswers.xyz Sep 25 '17 at 16:17\usepackage[export]{adjustbox}and use\includegraphics[valign=m,scale=0.22]{file}instead. – Torbjørn T. Sep 27 '17 at 16:13