library = 'fancybox'; parent::__construct(); } function get_photo_attributes($photo_data, $module) { if ($module->provider == 'google') { if (empty($photo_data['video'])) { return " data-fancybox='{type: \"image\"}' "; } } return !empty($photo_data['video']) ? ' data-html5-href="'.$photo_data['video'].'" ': ''; } }