@if ($imgixEnabled && !isset($topLevel))
You are using Imgix which handles generating all of the additional sizes of images.
@elseif (!$uploaded)
Not uploaded.
@else
Dimensions
{{$width}} x {{$height}}
Storage Service
{{$driverName}}
Bucket
@if ($bucketLink)
{{$bucket}}
@else
{{$bucket}}
@endif
Path
@if ($pathLink)
{{$key}}
@else
{{$key}}
@endif
@if(!empty($optimization))
Optimization
@if($optimization['totalBytes'] > 0)
{{sprintf('%.1f%%', ((1.0 - $optimization['optimizedBytes'] / $optimization['totalBytes'])) * 100.0)}} —
@endif
{{size_format($optimization['optimizedBytes'])}} (was {{size_format($optimization['totalBytes'])}})
@endif
@if (!$isSize)
{{$privacy}}
{{ (empty($cacheControl)) ? 'None' : $cacheControl }}
{{(empty($expires)) ? 'None' : $expires}}
@if ($readOnly)
@else
@endif
@endif
@endif