Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

img min-width:100% and jQuery animate #3372

Closed
ramigb opened this issue May 6, 2012 · 1 comment
Closed

img min-width:100% and jQuery animate #3372

ramigb opened this issue May 6, 2012 · 1 comment

Comments

@ramigb
Copy link

ramigb commented May 6, 2012

just thought i'd share this, i had troubles animating my images size (Scaling them) when positioned inside a relative div e.g

.image-container{
width:100px;
height:100px;
float:right;
position: relative;
}

.image-container img{
width:100px;
height:100px;
position:absolute;
left:auto;
}

the problem was, i can animate the height, but i couldn't animate the width it was "frozen" to the original width (100px).

so i had to delete it from the bootstrap.css ln:69, it drove me crazy for an hour that's why i'm sharing with you guys.

i'm sorry if this "bug" was irrelevant, i just wanted to add that this bootstrap made me very happy in a way you guys can't imagine, and i'm forever grateful to you for making it and anyone who's participating it's amazing and very useful, beats any other GUI framework/templates i ever used.

@mdo
Copy link
Member

mdo commented May 6, 2012

The max-width is there to stay I think. Thanks for the heads up though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants