UNPKG

eleventy-plugin-embed-itch-io

Version:

11ty plugin for automatically embedding an Itch.io widgets from a game page url.

12 lines (11 loc) 435 B
module.exports = { iframeClass: 'itch-io-responsive-iframe', iframeStyle: 'position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; max-height: 175px;', containerClass: 'itch-io-container', containerStyle: 'position: relative; aspect-ratio: 552 / 167; width:100%; max-height: 175px;', cacheDuration: '1w', darkMode: false, useTransform: false, useShortcode: true, };