Results 13 comments of tristantbg

> @nilshoerrmann > In the meantime, I also found out the the most-used feature in my projects is hyphenation. I got a working prototype for a hyphenation plugin, please let...

This similar plugin works with long texts : https://github.com/medienbaecker/kirby-images

Hey @rcbyr, I didn't know this event, works perfectly now. Thanks a lot !

Hi @rcbyr, I am reopening this as I think it would be nice to keep the dragChecked event and be able to choose a minimum distance in pixel for it...

Same problem. I found a way of preventing it by giving an id to the animation frame : Line 141 : `animationId = window.requestAnimationFrame(animate);` Then kill it on init :...

Yes indeed there is a srcset field but it is used for the very small thumbnails (list view) and the sizes stops at 76px which make this srcset not usable...

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. I am still interested by...

Wow thanks @marco-land. I've been looking for a workaround for this since... forever.

Hi @philipmarnef Thank you for investigating into this. The best solution would be to switch the whole code to use GraphQL instead and get the right order directly. If you...

Hi @HashandSalt, This is something I want to include in a future release, but it requires to rewrite the whole plug-in using GraphQL and the Admin API. Getting metafields and...