getProduct();
$_helper = $this->helper('productvideo/data');
$_productVideos = $this->_getProductVideos();
?>
count() > 0):?>
__('Product Videos') ?>
getCode($video);
$rw_title = $this->getTitle($video);
$rw_thumb_width = $this->getThumbWidth($video);
$rw_thumb_height = $this->getThumbHeight($video);
$rw_width = $this->getWidth($video);
$rw_height = $this->getHeight($video);
$rw_host = $this->getHost($video);
if($rw_host == 1){
$link = "https://www.youtube.com/embed/$rw_code";
$thumbnail = "http://img.youtube.com/vi/$rw_code/0.jpg";
$rel = 'rel=0';
}
if($rw_host == 2){
$link = "https://player.vimeo.com/video/".$rw_code."?badge=0";
$thumbnail = $this->_getVimeoThumbnail($rw_code);
$rel = '';
}
?>
- videoWidth="" videoHeight="" class="rw-product-video" title="htmlEscape($rw_title) ?>" href="">
getTinyBoxEnabled()): ?>