TWebMultimediaPlayer and Zoom

Hi,

Is this possible to do programatically?

I can use what is shown below, but not sure that it will work in all browsers.

Thanks,

Ken

      .zoom {
        height: 100%;
        width: 100%;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
       }