ihover icon indicating copy to clipboard operation
ihover copied to clipboard

Solution to image responsive size problems

Open jdrda opened this issue 9 years ago • 1 comments

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.

jdrda avatar Dec 31 '15 12:12 jdrda

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

FranciscoKnebel avatar Feb 24 '16 18:02 FranciscoKnebel