Title Info Overlay
Video title overaly appears when you mouse over player or pause it, just like controlbar.
Player Nuevo Initialization Code Example
<script>
var player = videojs('player_1',{},function(){
player.nuevo({
videoInfo: true,
shareUrl: "https://www.nuevodevel.com/nuevo/showcase/videoinfo",
infoIcon: "images/logo_small.png",
infoText: "This is video info example text"
});
</script>
Other possible options for video info are:
infoFont - Text font family for text. Must be system font or font loaded through css.
infoSize - Text font size (pixels) from range 15-24 (default is 18)
infoAlign - Set "right" to align videoInfo to the right instead of left.
infoBold - Set true to bolden video title text.