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
When I have a container for the image with width:100%, and height:100% everything works great with css supported.
WHen I have a js $('.container img').objectFit('contain'), InternetExplorer show the right dimension for the picture (no stretching, entire picture,etc), but it does not center the image in the container.
is the desired output? The css version does not work in this way.
The text was updated successfully, but these errors were encountered:
When I have a container for the image with width:100%, and height:100% everything works great with css supported.
WHen I have a js $('.container img').objectFit('contain'), InternetExplorer show the right dimension for the picture (no stretching, entire picture,etc), but it does not center the image in the container.
is the desired output? The css version does not work in this way.
The text was updated successfully, but these errors were encountered: