Module Description
This module provides a new field type for displaying iframes.
The field provides only the most basic settings for an iframe display and nothing else: src, width and height.
If you are looking to set other attributes for the iframe you should check out the iframe module (https://www.drupal.org/project/iframe)
Rendering is done using a twig template. So it's easy to override to fit your needs.
By default the module allows you to set a default value for the width (default 100% for responsiveness) and height. The defaults can be overridden in the field settings.
The field provides only the most basic settings for an iframe display and nothing else: src, width and height.
If you are looking to set other attributes for the iframe you should check out the iframe module (https://www.drupal.org/project/iframe)
Rendering is done using a twig template. So it's easy to override to fit your needs.
By default the module allows you to set a default value for the width (default 100% for responsiveness) and height. The defaults can be overridden in the field settings.
Module Link
Project Usage
481
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the need for displaying iframes with basic settings such as src, width, and height, while allowing for easy customization through a twig template.
Data Name
simple_iframe