You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: