I am using the 16:9 mode when preparing beamer slides
In the MWE below, in the second frame, the text is only compressed vertically,
leaving a lot of empty space on the right side; which could be used to extend the text length. Is there any way to extend the \textwidth, AND reduce \textheight (in frame of shrink, or something similar)? It would improve considerably the appearance.
(sorry for closing, I was away for a while)
\documentclass{beamer}
\usepackage[orientation=landscape,size=custom,width=16,height=9,scale=0.5,debug]{beamerposter}
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\begin{frame}{Frame Number 1}{Frame 1}
\blindtext[2]
\end{frame}
\begin{frame}[shrink]{Frame Number 2}{Frame 2}
\blindtext[2]
\end{frame}
\end{document}

{\fontsize{10}{12}\selectfont \blindtext[2]}and adapt the numbers accordingly. – samcarter_is_at_topanswers.xyz Sep 19 '16 at 13:26\resizeboxcomes to minds. But I am nut sure if this can be done in an automatic way. – samcarter_is_at_topanswers.xyz Sep 20 '16 at 21:10