Detect Image automatically from content and set it up as thumbnail

Permalink
Is there any plugin available on 5.6 or 5.7 that,
detects image from content itself and set that images as thumbnail of that page.

So when I use page list block with thumbnail, it should show that automatically settled image as thumbnail.

srjahir32
 
TMDesigns replied on at Permalink Reply
TMDesigns
Hi,

What i would do is set a image in the page properties then call the image into the page using
$c->getAttribute('YourImageName');
or the attribute block in 5.7.

Then in the page list add a thumbnail of this in a custom template
srjahir32 replied on at Permalink Reply
srjahir32
Will it set page thumbnail automatically ? I mean I don't want to set image for page manually.
It should automatically detect image from content and set it as thumbnail.
MrKDilkington replied on at Permalink Reply
MrKDilkington
It would be a manual process. It is not time consuming.

If you had multiple images in your content, what would determine which image to use for thumbnail generation?