Closed s3ththompson closed 3 years ago
This PR replaces the original image url with the list thumbnail, which is an existing image type for all panel images.
Closes #62
Note: in the future, it may be possible to reuse Kirby's internal previewThumb helper (src/helpers/previewThumb.js) but it is not currently exported on the $helpers object.
previewThumb
src/helpers/previewThumb.js
$helpers
Huh, seems that I added this regression when I reverted back to vue-good-table. Merged, thanks!
This PR replaces the original image url with the list thumbnail, which is an existing image type for all panel images.
Closes #62
Note: in the future, it may be possible to reuse Kirby's internal
previewThumb
helper (src/helpers/previewThumb.js
) but it is not currently exported on the$helpers
object.