area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.63k stars 560 forks source link

Feature: add Low-Quality Image Placeholder to imageAsArray response #2601

Open armin-salihovic opened 1 month ago

armin-salihovic commented 1 month ago

Summary

I think it would be useful to add the Low-Quality Image Placeholder to the response of the imageAsArray method in the HasMedias trait.

Suggested solution

I suggest to add 'lqip' => $media->pivot->lqip_data, to the array response.