Lightbox: syntax changes or broken in grav 1.0.4?

Hi, I was just upgrading from 0.9.45 to 1.0.4 and suddenly my lightboxes stopped working.

markdown:

![foo](baz.png?lightbox&cropResize=300,300){.float-right}
  • resulting html with 0.9.45:
<p><a rel="lightbox" href="/user/pages/foo/bar/baz.png"><img style="" alt="foo" class="float-right" src="/images/1/2/3/4/5/12345..baz.png" /></a>
  • resulting html with 1.0.4:
<p><img alt="foo" class="float-right" src="/images/a/1/2/3/4/5/12345..baz.png" />

Any clues?

ok, that’s funny, but it’s working fine when adding dimensions to the lightbox:

![foo](bar.png?classes=float-right&lightbox=0,0&cropResize=300,300)
![foo](bar.png?lightbox=0,0&cropResize=300,300){.float-right}

I don’t think any of that changed between 0.9.45 and 1.0.4 but if you create an issue here: https://github.com/getgrav/grav/issues, I can look into it. Cheers!