[Tex/LaTex] Scaling figure to column width in ACM class

acmacmartfloats

I'm currently writing a paper using the ACM 2 column class file (\documentclass[sigconf]{acmart}). I'm including one column figures (jpeg, png) in the following way:

\begin{figure}
\includegraphics[height=1in, width=1in]{figures/example}
\caption{This is the caption}
\end{figure}

Unforunately, my figure is very small. How can I scale it to column width but keeping the aspect ratio (so that it does not get distorted) while at the same time following the ACM rules?

Best Answer

EDIT: after Zarko's comment:

\begin{figure}
\includegraphics[width=\columnwidth]{figures/example}
\caption{This is the caption}
\end{figure}

You can omit writing height