{
return 'go to page';
}
-
}
class videoLink extends wsHTML5Link
$this->video_auto_start = true; // Videos should always autoplay
$this->video_sound_on = true;
$this->video_controls = true;
- $this->video_width=1920;
- $this->video_height=1080;
- return ' data-video="' . rawurlencode(videoLink::makeVideoTag($this, $this->video_width, $this->video_height, $this->compiler)) . '" ';
+ return ' data-video="' . rawurlencode(videoLink::makeVideoTag($this, null, null, $this->compiler)) . '" ';
}
public function keep()