UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

8 lines (7 loc) 257 B
export const createAdContainer = () => { const adContainer = document.createElement('div'); adContainer.classList.add('mol-video-ad-container'); adContainer.style.width = '100%'; adContainer.style.height = '100%'; return adContainer; };