library = 'photoswipe'; parent::__construct(); } function get_photo_attributes($photo_data, $module) { return !empty($photo_data['video']) ? ' data-html5-href="'.$photo_data['video'].'" ': ''; } }