We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f46d2 commit 8c5d238Copy full SHA for 8c5d238
src/resources/views/public/show.blade.php
@@ -3,7 +3,7 @@
3
@section('title', $model->title.' – '.__('Objects').' – '.$websiteTitle)
4
@section('ogTitle', $model->title)
5
@section('description', $model->summary)
6
-@section('image', $model->present()->image())
+@section('image', $model->present()->image(1200, 630))
7
@section('bodyClass', 'body-objects body-object-'.$model->id.' body-page body-page-'.$page->id)
8
9
@section('content')
0 commit comments