Skip to content

Commit 8c5d238

Browse files
committed
og image size
1 parent 03f46d2 commit 8c5d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/public/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('title', $model->title.''.__('Objects').''.$websiteTitle)
44
@section('ogTitle', $model->title)
55
@section('description', $model->summary)
6-
@section('image', $model->present()->image())
6+
@section('image', $model->present()->image(1200, 630))
77
@section('bodyClass', 'body-objects body-object-'.$model->id.' body-page body-page-'.$page->id)
88

99
@section('content')

0 commit comments

Comments
 (0)