-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Responsive #8
Comments
+1 for responsive |
I also used with Bootstrap 3 and i think it's must to be responsive Design 👍 |
I'll take a look at it if I have time Thanks for the advice :) |
I look forward to your response |
+1 |
Soon will we get a responsive style ? |
I am using this in a project and need this issue resolved. You said 8 months ago you would take a look- |
+1
And html something like this:
|
That worked great! You might also change the code in the ihover.css file itself as this if you are working with Bootstrap 4v: .ih-item.square { |
I use ihover and I realized that it's not responsive. Ones overlap each other :
I think I have to do something somewhere here :
.ih-item.square {
position: relative;
width: 316px;
height: 216px;
border: 8px solid #fff;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
Could anybody help me ?
My code with old Bootstrap :
The text was updated successfully, but these errors were encountered: