ap-mm-fullwidth

Makes a multimedia-element full-width when on phone, or in feature article on aftenposten.no

Usage no npm install needed!

<script type="module">
  import apMmFullwidth from 'https://cdn.skypack.dev/ap-mm-fullwidth';
</script>

README

You probably don't neeed this package

Please read "What is this".

What is this

Makes a multimedia-element full-width when on phone, or in a feature-article on aftenposten.no.

Usage

var fullWidth = require('ap-mm-fullwidth');

var $el = document.querySelector('.mm-app');

fullWidth($el);