As I understand it, Lightbox Trigger field will store and hide the HTML for it's contents, and then load that into a Lightbox when the trigger is pressed. I assume that this is standard Lightbox2 behaviour, and so what I'm asking may be upstream from this module.

Just in case however, it would be ideal to have Lightbox Trigger Field store the popup contents with a method that doesn't add HTML to the DOM, therefore preventing various HTML elements from trying to do it's thing. This could be either video or audio which is both annoying and can mean that a video is loaded and playing multiple times, possibly affective performance and responsiveness.

Is this something that the JS plugin itself should handle, or could this module handle it?