backdrop-ops / contrib

Apply to join the contributed code developer team.
23 stars 16 forks source link

Port request for Blazy / Blazy PhotoSwipe #451

Open djzwerg opened 4 years ago

djzwerg commented 4 years ago

Name of the module, theme, or layout Blazy Blazy PhotoSwipe (PhotoSwipe was still ported to Backdrop)

Link to the drupal.org module, theme, or layout https://www.drupal.org/project/blazy https://www.drupal.org/project/blazy_photoswipe

olafgrabienski commented 4 years ago

@djzwerg I don't know Blazy but I saw it's about lazy loading images. In release 1.17, Backdrop core has got a lazy-loading option for image fields. Do you need Blazy anyway, maybe for a particular feature which Backdrop core doesn't provide yet?

djzwerg commented 3 years ago

@olafgrabienski sorry for the delay but because of Covid-19 there is so much work... The goal of Blazy is more than lazy-loading images. It creates responsive grids (like Masonry) and supports PhotoSwipe. It would be very nice to have this available for Backdrop.

olafgrabienski commented 3 years ago

The goal of Blazy is more than lazy-loading images.

I see!

Btw, it seems that https://www.drupal.org/project/blazy_photoswipe needs also https://www.drupal.org/project/photoswipe. So it would require even more work. Do you need exactly the Blazy / Photoswipe combination, or could an alternative set of image related modules do the trick for you?

djzwerg commented 3 years ago

[@olafgrabienski Photoswipe has been already ported to Backdrop: https://github.com/backdrop-contrib/photoswipe. Yes, I really need Blazy with Photoswipe but I'm interested to test if there is a similar module (same features).

olafgrabienski commented 3 years ago

I really need Blazy with Photoswipe but I'm interested to test if there is a similar module (same features).

@djzwerg You've probably seen Masonry Views. I guess it doesn't integrate with PhotoSwipe, and I guess the Views display of PhotoSwipe also doesn't provide what you need.

[Blazy] creates responsive grids (like Masonry) and supports PhotoSwipe.

In your use-case, do you need that PhotoSwipe(-like) grid within a node display or as a view? And/or are there other requirements?