UNPKG

slider-pro-js

Version:

Modular JavaScript slider that is dependency-free, rich-featured, flexible and easy to use

6 lines (5 loc) 159 B
window.resizeTo = ( width, height ) => { window.innerWidth = width; window.innerHeight = height; window.dispatchEvent( new Event( 'resize' ) ); };