Esempio n. 1
0
 /**
  * Render the image or video
  */
 protected function openShowImage()
 {
     if ($this->isVideo()) {
         $this->openShowVideo();
     } else {
         parent::openShowImage();
     }
 }