-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
IE11: gallery images stretched vertically #5504
Comments
@afercia I can duplicate this issue and would love to work on this. |
This ticket was mentioned in Slack in #core-editor by jeffpaul. View the logs. |
It seems beside flex problems IE11 also does not support object-fit CSS property used in the gallery. There are some polyfills available but I'm not certain if adding a polyfill in the front end is something we should do. |
I had the same issue, an temporary fix is rather simple:
Source: Stackoverflow (accepted answer): PS: I had to adjust the calculation of rows by 1 (17 instead of 16) pixel for IE11 in my setup. Else the rows would collapse on before the third image.
|
This should be addressed with #7465 |
This is how the gallery images appear on Internet Explorer 11 and Gutenberg current master:
The text was updated successfully, but these errors were encountered: