Page 1 of 1

mobile - keep pictures 100% ?

Posted: 18 Jul 2012, 07:55
by Defiant
Hi,

Couldn't find a awnser to my question on the forum so i'll ask it here.

the pictures in my gallery are 600x400 (and or 400x600) if you view them on a ipad it automaticly stretches. I found that under Settings -Image you can do something with scaling to original but that doesn't seem to effect the mobile part.

anyone a idea? my pictures look like crap now on a ipad ;) (still better then nothing! thanks for the hard work on the mobile section)

Greetings!

www.dewaart.eu

Re: mobile - keep pictures 100% ?

Posted: 18 Jul 2012, 08:10
by Martin
No, you can't do anything about it... the mobile version expands to the maximum of the screen.
I had a short discussion with Karl about this, look at these topics:

viewtopic.php?f=29&p=30918#p30918
viewtopic.php?f=29&p=30939#p30939
viewtopic.php?f=29&p=30970#p30970

I think that 400x600 is a bit poor on resolution

Re: mobile - keep pictures 100% ?

Posted: 18 Jul 2012, 08:36
by Defiant
thnx for you answer, perhaps i need to go 'bigger' .... the size i now use is small so easy to load en browse through... also saves diskspace. And no one wants to 'steal' 600x400 pictures ;)

Re: mobile - keep pictures 100% ?

Posted: 19 Jul 2012, 03:33
by Nick
Maybe a bit of watermarking would help. Also new mobile view options might help, change it to "Images" (with a dash of custom css) :

Image

And here is the CSS to be put in Settings > Custom CSS > Mobile Gallery CSS:
Code
ul.images li img { width: auto; max-width: 100%; margin: 0 auto; }