Video CTA

fluidPlayer(
   'my-video',
    {
        vastOptions: {
            adCTAText: 'Subscribe now!', // Default "Visit now!",
            adCTATextPosition: 'bottom left', //Default 'bottom right',
            adCTATextVast: true, // Enabled. To use the CTA text as provided in the VAST XML.
        }
    }
);

Giles Hirst