getgrav / grav-plugin-shortcode-ui

Grav Shortcode UI Plugin
https://getgrav.org
MIT License
47 stars 11 forks source link

Fix image compare shortcode not doing anything #34

Closed simonstix closed 4 years ago

simonstix commented 4 years ago

I had the same problem as in this issue.

I was able to track it down, apparently the regex in ImageCompareShortcode.php only allowed <img .../> not <img ...> tags (without the ending slash).