continue;
}
+ $target = '_blank';
$inline = false;
$video_service = '';
if ($item['asset_type'] === '3') {
// link
$type = 2;
+ $target = '_popupiframe';
$to = $item['asset_content'];
$webvideo = new CubeIT_Filter_WebVideo();
$f = $webvideo->filter($to);
$link = array(
'page' => $page, 'image' => $images[$type],
'left' => $item['x'] * $ratio, 'top' => $item['y'] * $ratio, 'width' => $item['width'] * $ratio, 'height' => $item['height'] * $ratio, 'rot' => '',
- 'type' => $type, 'to' => $to, 'target' => '_blank',
+ 'type' => $type, 'to' => $to, 'target' => $target, 'video_width' => 1920, 'video_height' => 1080,
'infobulle' => '', 'numerotation' => 'virtual', 'display_area' => '1', 'inline' => $inline,
'video_service' => $video_service);
$links[] = $link;