1 (edited by xnofriendsx 2013-09-23 06:47:56)

Topic: Images are too big on a mobile device?

I am having trouble with the gallery i made to display correctly on a mobile device.
Here it the page i created...
http://www.istoker.net/photos/motocross … n_may_2011
The photos are zoomed in so that i don't see the full image.
Not sure what to do.
I also have audio enabled but the song is not playing. Will the audio work on a phone?

This page on your site displays on my phone perfectly.
http://www.juicebox.net/demos/lite/full/

Thanks,
Brian

Re: Images are too big on a mobile device?

Your gallery uses imageScaleMode="NONE" so large images are not scaled down to fit within smaller screens.
Try using imageScaleMode="SCALE_DOWN" instead.
Descriptions of all the possible imageScaleMode values can be found in the Main Image Options section of the Config Options page.

3 (edited by xnofriendsx 2013-09-23 16:07:37)

Re: Images are too big on a mobile device?

Thanks so much. Worked perfect for the photo resizing.
One more question...
I have the audio set to play when the page loads. It works fine when i use my web browser on my computer but not on my phone.
When the page loads i have to manually turn on the music.
Actually i have to turn it off then back on and then it will play the music.
Here was the URL again.
http://www.istoker.net/photos/motocross … n_may_2011

I am a rookie at all this web stuff but i am learning...

Thanks.

Re: Images are too big on a mobile device?

Sorry, I overlooked that part of your query.
You need to provide your audio track in two formats (OGG and MP3) in order for the audio to play in all browsers. (Some browsers support OGG, others support MP3.)
You have set only audioUrlOgg in your gallery's XML file. You need to convert your audio track to an MP3 file and set audioUrlMp3, too. Please see the Adding Audio support section for details.
Hopefully this will solve your problem.