Daniel Fujita
Daniel Fujita

Reputation: 1

bootstrap carousel iphone5c

I'm using bootstrap to make a web site. On the browse everything is ok, but on the mobile(Iphone 5c) the carousel grows and shrinks. I tryed to fix the size of the carousel on many sizes like 320px, 480px, etc and add .img-responsive class.

Upvotes: 0

Views: 32

Answers (1)

Thomas Wolfe
Thomas Wolfe

Reputation: 638

Did you set <meta name="viewport" content="width=device-width, initial-scale=1"> inside of the <head> tag in your html?

You need to do the pevious to ensure proper zooming on mobile devices.

Source

Upvotes: 1

Related Questions