I followed this answer to put a picture on the full slide:
https://tex.stackexchange.com/a/333121/27523
{
\setbeamertemplate{navigation symbols}{}
\begin{frame}[plain]
\makebox[\linewidth]{\includegraphics[width=\paperwidth]{kernel-panic.png}}
\end{frame}
}
Now, I would like to put some text onto the picture. I wrote
\begin{frame}[plain]{The problem}
but this pushed the picture down.
How can I make LaTeX to treat the picture as a background? So that I can write caption onto it.