I would like to have a beamer frame such that it shows an image, but stretches it across the whole slide so that it fits exactly, leaving no margin or no title. The image is indeed the right proportions for a beamer slide.
MWE:
\documentclass{beamer}
\begin{document}
\begin{frame}
\includegraphics{fullslide.png}
\end{frame}
\end{document}
I suppose I either need to (or both):
- change the style of the beamer frame to have no margin, no title, etc.
- stretch (hopefully automatically) the image on the slide.

\includegraphics[width=\paperwidth]and maybe use aplainframe. – TeXnician Nov 18 '18 at 16:25