tombroucke/otomaties-wordpress-iframemanager
最新稳定版本:1.1.0
Composer 安装命令:
composer require tombroucke/otomaties-wordpress-iframemanager
包简介
GDPR friendly iframe manager
README 文档
README
This WordPress plugin is an implementation of orestbida/iframemanager. This will automatically replace iframes in the following blocks:
- core/embed (YouTube & Vimeo)
- core/html (YouTube, Vimeo & Google Maps)
Installation
composer require tombroucke/otomaties-wordpress-iframemanager
Documentation
Customize color scheme
@use 'sass:color'; :root { --im-primary-color: #fff; --im-link-color: #{$primary}; --im-spinner-color: #fff; --im-btn-primary-bg: #{$primary}; --im-btn-primary-hover-bg: #{color.adjust($primary, $lightness: 5%)}; --im-btn-primary-border-color: transparent; --im-btn-secondary-bg: #{color.adjust($light, $alpha: -0.3)}; --im-btn-secondary-hover-bg: #{color.adjust($light, $lightness: 15%, $alpha: -0.2)}; --im-btn-secondary-active-bg: #{color.adjust($light, $lightness: 15%, $alpha: -0.2)}; --im-btn-primary-color: #fff; --im-service-bg: #151515; --im-service-overlay-bg: rgb(60 60 60); --im-service-overlay-bg-gradient: linear-gradient(14deg, rgb(50 50 50 / 100%) 0%, rgb(215 215 215 / 11.8%) 100%); }
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-10-31