The current thumbnail is based on the relative path to the current page. But, what if you have your images in the static folder? Currently, it's not possible to add any thumbnail in this context.
For this reason, I added another extra property: static_thumbnail where it will look from the static folder directly, independently from the page path.
The current thumbnail is based on the relative path to the current page. But, what if you have your images in the static folder? Currently, it's not possible to add any thumbnail in this context.
For this reason, I added another extra property:
static_thumbnail
where it will look from the static folder directly, independently from the page path.