Image Slider block doesn’t work inside vertical aligned columns
-
Steps to reproduce the issue:
1. Add a columns block (using the 50%-50% layout preset)
2. Add a Image Slider block inside one of the columns and add some images to it
3. Set a vertical alignment in the columns block (top, center or bottom)Then the image slider block disappears.
If I add
width: 100%to the.wp-block-column.is-vertically-aligned-top,.wp-block-column.is-vertically-aligned-centerand.wp-block-column.is-vertically-aligned-bottomCSS rules in Gutenberg, the block works as expected.This might be a bug in Gutenberg itself, not in your plugin. I opened an issue on their GitHub:
The topic ‘Image Slider block doesn’t work inside vertical aligned columns’ is closed to new replies.