sylvainjule / kirby-pagetable

Display subpages in a flexible table section. Kirby 3 only.
MIT License
113 stars 11 forks source link

Replace original images with thumbnails #64

Closed s3ththompson closed 3 years ago

s3ththompson commented 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.

sylvainjule commented 3 years ago

Huh, seems that I added this regression when I reverted back to vue-good-table. Merged, thanks!