I'm trying to add some URL footnotes to my teaserfigure. I'm trying the solution given in this answer but I get odd results:
MWE:
\documentclass[10pt,sigconf]{acmart}
\begin{document}
\title{Here's a title}
\begin{teaserfigure}
\centering
\includegraphics[width=.3\textwidth]{example-image-a} \quad
\includegraphics[width=.3\textwidth]{example-image-b}
\caption{Image A from\protect\footnotemark\ and image B from\protect\footnotemark.}
\end{teaserfigure}
\maketitle
\footnotetext{Source for image A}
\footnotetext{Source for image B}
\section{Introduction}
Here's some text\footnote{And a footnote!}
\end{document}




\scriptsizein the\renewcommand:\renewcommand{\thefootnote}{\scriptsize\arabic{footnote}}– Dan Jun 30 '17 at 14:58