In temporary url s3 png image it show black background i want to change it to white
''' ->modalContent(function () {
return Str::viewFromString('<div style="text-align:center;"><img src="{{ $img_url }}" alt="{{ $img_alt }}" style="display: inline-block; margin: auto; padding: 5px; border: 1px solid #CCC;" /></div>', [
"img_url" => Storage::temporaryUrl($this->record->getFirstMediaPath('passport_photo', 'large-preview'), now()->addMinutes(5)),
"img_alt" => $this->record->full_name,
]);
})'''
due to 'large-preview' it show black background i want white background
1 Reply
Solution