I know this is similar to other questions. Other answers address either:
- Adding a transparent image
- Centering an image but I cannot find an answer with both.
With previous answers I can successfully make my image transparent OR centered, but not both. I've tried integrating methods for the two with no luck.
Here's the code I'm using on my introduction slide
\usepackage{tikz}
\usebackgroundtemplate{
\vbox to \paperheight
{\tikz \node[opacity=0.2]
{\vfil\hbox to \paperwidth
{\hfil\includegraphics[width=1.5in]{name.png}
\hfil}\vfil} ; }
}
