Topic: Problem with galleries in mobile phone (android)
Hi. I'm having some problems with the galleries when I test them on a mobile phone.
1. The images are cropped in portrait and they become a "sliver" in landscape.
2. They seem to load twice :(
The gallery is set up with these parameters:
maxImageWidth="570"
maxImageHeight="427"
galleryHeight="65%"
showOpenButton="false"
showExpandButton="false"
showThumbsButton="false"
enableAutoPlay="true"
autoPlayOnLoad="true"
displayTime="7"
backgroundColor="rgba(255,255,255,1)"
thumbFrameColor="rgba(255,255,255,0.5)"
expandInNewPage="FALSE"
enableKeyboardControls="true"
enableLooping="true"
showImageNumber="false"
captionBackColor="rgba(0,0,0,0)"
imageScaleMode="NONE"
useThumbDots="false"
showSplashPage="NEVER"
screenMode="auto"
What could be wrong? Thanks!