Jake B.
Well-known member
- Affected version
- 2.0.2
Basically, I'm trying to temporarily show the full image in place of the thumbnail while thumbnails rebuild as this site has well over 1m media items, so the thumbnail rebuild process is taking quite some time to complete. I ended up having to directly edit the xfmg_thumbnail function to make it use $entity->hasThumbnail() instead of directly checking $entity->thumbnail_date even though that hasThumbnail function exists and is extendable