UNPKG

@micropackage/responsive-embeds

Version:

Makes any embed responsive, no markup changes required.

9 lines (8 loc) 197 B
export default responsiveEmbeds; declare function responsiveEmbeds( items: string | HTMLElement | NodeList, params?: { watch?: boolean | string | HTMLElement; wrapClass?: string; } ): void;