[ 'html' => '', 'width' => '256px', 'height' => '256px', 'background' => 'url(\'/img/giphy.gif\')', ], 'video/mp4' => [ 'html' => '', 'width' => '256px', 'height' => '256px', 'background' => 'url(\'/img/giphy.gif\')', ], 'application/pdf' => [ 'html' => '', 'width' => '500px', 'height' => '500px', 'background' => 'none', ] ]; if(isset($element[$mimetype])){ $result = $element[$mimetype]; } else { $result = ['html' => __("Anteprima non disponibile"), 'width' => '200px', 'height' => '50px', 'background' => 'none']; } ?>