Any ideas why the image is not displaying?
<img src="<?= $page->second_image()->thumb(
[
'width' => 780,
'height' => 520,
'crop' => 'center',
'format' => 'webp',
'quality' => 90,
]
)->url() ?>">
I’m trying to following the info here: