你知道導覽列佔用了多少空間嗎?如果您的答案是肯定的,您可以使用以下內容:
\documentclass{beamer}
\setbeamertemplate{background}{
\parbox[c][\paperheight][c]{\paperwidth}{%
\vspace*{.1\paperheight}%
\includegraphics[height=.9\paperheight,width=\paperwidth]{example-image-a}}
}
\begin{document}
\begin{frame}
\end{frame}
\end{document}
