mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
Generate multiple avatar sizes for better performance loading and frugal traffic
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
@if(! $metadata['is_protected'])
|
||||
|
||||
@if($metadata['thumbnail'])
|
||||
<meta property="og:image" content="{{ $metadata['thumbnail'] }}">
|
||||
|
||||
<meta property="og:image" content="{{ $metadata['thumbnail']['md'] }}">
|
||||
@endif
|
||||
|
||||
<meta property="og:title" content="{{ $metadata['name'] }} ({{ $metadata['size'] }}) | {{ $settings->app_title ?? 'VueFileManager' }}">
|
||||
|
||||
Reference in New Issue
Block a user