how to add image overleaf
\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{graphicx} \title{A project with images} \author{Overleaf} \date{} \begin{document} \maketitle \section{Introduction} \begin{figure}[htp] \centering \includegraphics[width=4cm]{InsertingImagesEx5} \caption{An image of a galaxy} \label{fig:galaxy} \end{figure} \end{document}