I've been trying to make my own theme with 2 different background images and haven't succeed.
I have two images:
A title image one
{ \usebackgroundtemplate{\includegraphics[width=\paperwidth] {img/titleimage.png}} \begin{frame} \vspace*{80pt} \hspace*{1em} \titlepage \end{frame} }An image for the rest of the slides (don't know how to do it!)
I want to set this on the theme and not on the main script.
\setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth]{example-image}}– samcarter_is_at_topanswers.xyz Jan 30 '19 at 13:59