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
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
The legacy gallery (shortcode) looks much better than the gallery block because of the treatment of the image captions.
I see these problems with the image captions on the gallery block:
The caption obscures the image.
Linked images with captions don't show the link cursor where the caption is. (If the caption covers the whole image, you can't open the link.)
(this can be fixed with pointer-events:none)
Captions on top of images create scrollbars, especially when more columns are used.
The caption styling can be bigger than the image. Note the at the end of the first row, where the caption styling is larger than the image itself.
I think most of these style problems are actually in the block styles, but it's high time they were fixed!
Apart from the link problem, the other things can be fixed by not overlapping the image and caption. For reference, here is how the gallery shortcode looks, so much nicer:
The text was updated successfully, but these errors were encountered:
This issue that you are calling duplicate has 4 parts, and only the second part is a duplicate of that other issue, which appears that it didn't even get the correct fix (pointer-events:none).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The legacy gallery (shortcode) looks much better than the gallery block because of the treatment of the image captions.
I see these problems with the image captions on the gallery block:
The caption obscures the image.
Linked images with captions don't show the link cursor where the caption is. (If the caption covers the whole image, you can't open the link.)
(this can be fixed with
pointer-events:none
)Captions on top of images create scrollbars, especially when more columns are used.
The caption styling can be bigger than the image. Note the at the end of the first row, where the caption styling is larger than the image itself.
I think most of these style problems are actually in the block styles, but it's high time they were fixed!
Apart from the link problem, the other things can be fixed by not overlapping the image and caption. For reference, here is how the gallery shortcode looks, so much nicer:
The text was updated successfully, but these errors were encountered: