Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Carousal Photo Gallery

Hello,

I'm create a carousal photo gallery. What should the dimensions of the images be so it can be adjusted smoothly on different phone screen sizes. What CSS code should I use for the images?

Regards,

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Carousal Photo Gallery

Mike,

in my photo gallery carousel - I use type 'image' - the size adjusts according to the device automatically. It works great from small iphone 4 up to iPad.

there's then no prompting for image size. You then store your image on a web-server that your app will have access to .

Will this approach work for your app?

Bruce

Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Carousal Photo Gallery

The size is not adjusting. Did you use CSS?

Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Carousal Photo Gallery

It auto adjusted, however, I don't want the user to scroll down. Is there a solution?

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Carousal Photo Gallery

Here are my settings for my carousel (ok one of them) images ---- I believe what I did to stop the scrolling - was to reserve my own space for the indicators - which is the grid you see above the carousel in the image below..... the 'grid_for_indicators1 - is the cell in the middle - and it then displays like image 2 below.... using this for context-sensitive help UI...

Image

and here's the output (no scroll bar):

Image

Return to “Issues”