Topic: ButtonBar hidden in small screen mode on full page gallery.
If I set buttonBarPosition='OVERLAY' and autoPlayOnLoad='True', the button bar is hidden (and photos/images are too large/don't scale to fit) in small screen mode on a mobile device. I tested on iPhone 5 and 6 using a full page gallery. Tapping the phone screen doesn't unhide the button bar, but turning the phone to landscape sometimes works. Adding a viewport metatag solves the problem.
<meta name="viewport" content="width=device-width, initial-scale=1">
But using the viewport metatag stops small screen mode from activating when autoPlayOnLoad='False'.
Any ideas? I can provide the html/script for the page if required.