Create a Popup page with no border for HTML player

Hi all

just added my first widget!! woohoo! and worked well.

Would like to now be able to add a popup preview function so a sample video file runs in a popup using a popup link but I’d like the HTML player to be clean with no header or border with a fixed height/width.

I have a feeling CSS is going to be the answer… :-/

HI,

Depends on how you are creating your popups. If you are using JS and separate windows you can specify the appearance on the window.open call - and then tidy up with CSS. See https://developer.mozilla.org/en-US/docs/Web/API/Window/open
If you are planning on using a Create popup page then it will have to be CSS but lots of the headers and borders are not there by default.