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

css example #3

Open
marin-df opened this issue Aug 3, 2016 · 0 comments
Open

css example #3

marin-df opened this issue Aug 3, 2016 · 0 comments

Comments

@marin-df
Copy link

marin-df commented Aug 3, 2016

Hello,
Thank you for this code !
I think it would be good to include in the sample code this css to the case where the image has a border ( another display is not good )

.item img {
max-width: 100%;
max-height: 100%;
vertical-align: bottom;
}

=>

.item img {
max-width: 100%;
max-height: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}

I have not found any reason to:

.first-item {
clear: both;
}
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

1 participant