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

Solution to image responsive size problems #15

Open
jdrda opened this issue Dec 31, 2015 · 1 comment
Open

Solution to image responsive size problems #15

jdrda opened this issue Dec 31, 2015 · 1 comment

Comments

@jdrda
Copy link

jdrda commented Dec 31, 2015

As I had problems with image size I used this code in css:

.ih-item.square {
width: auto !important;
height: auto !important;
}

Which can be applied to all types also, for me it is better to set the image size. Width and height of the container should be defined by developer, not in the library.

@FranciscoKnebel
Copy link

Adding that to my css works just fine. Thanks for sharing this solution.

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