James Kemp

Results 8 comments of James Kemp

Seems if you set the description position to the right then the image size is OK. Maybe the interim is to do that and modify the CSS.

I ended up using `slide_after_load` to add a max-width to the `.ginner-container`. ``` lightbox.on( 'slide_after_load', ( data ) => { const image = data.slide.querySelector( 'img' ); if ( image.complete )...

I just fixed this issue by giving the CSS grid "cell" a `min-width` of `0`. no idea why it worked, but it did.

`stripe trigger customer.subscription.created --add customer:[email protected]` seems to work 👍

Why is the proposed search bar so small when it's arguably the post important touch point of the directory? See this proposal: https://twitter.com/AdmireTheWeb/status/1785275407555510447

Added a pull request - works for image fields: https://github.com/rilwis/taxonomy-meta/pull/23