I want to attach a PDF output of a source code using graphic option of LTXinputExample. Shortly speaking, how to resize the attached graphic?

\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{source.tex}
\documentclass[tikz]{standalone}
\begin{document}
\tikz \draw (0,0) circle (1);
\end{document}
\end{filecontents*}
\immediate\write18{pdflatex source}
\usepackage{showexpl}
\lstset
{
frame=single,
}
\begin{document}
\LTXinputExample[graphic=source,pos=b]{source.tex}
\end{document}
Edit:
I don't want to change the width of the formatted source code.