• In my experimentation, this does what it says and is easy to use, except the responsive aspect of the slider is very vulnerable to flex box issues. In my case using a theme based on _s, had to add:

    .entry-content {
    min-width: 0;
    width:100%;
    }

    • This topic was modified 1 week, 3 days ago by zergling81.
    • This topic was modified 1 week, 3 days ago by zergling81.
    • This topic was modified 1 week, 3 days ago by zergling81.
Viewing 1 replies (of 1 total)
  • Plugin Author Virgildia

    (@virgildia)

    Hi @zergling81

    Thanks for reporting this. This was caused by a recent update to the advanced ResizeObserver setting which could make responsive breakpoints unreliable in constrained/flex layouts. This is fixed in the new version. The block now explicitly respects the ResizeObserver setting and it should be left off for normal responsive breakpoints. I don’t suspect you have the ResizeObserver option enabled, so you shouldn’t need to change anything in the block settings. Just update to version 2.1.3 and let me know if you still see any issues.

    Your CSS fix may still be useful for themes where flex containers prevent content from shrinking properly but it should work without it.

    If the update resolves the issue for you please consider updating the review title/ text since this was a
    bug that has now been fixed rather than an ongoing responsive limitation of the plugin.

    If you would like me to inspect anything on your site, feel free to follow the profile link to my website and email me the url.

    Thanks again for helping catch this!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.