Make DUBBOT iframe bigger

Created on 24 October 2023, 8 months ago
Updated 27 October 2023, 8 months ago

Problem/Motivation

When loading the DUBBOT iframe in the sidebar it is very small and the contents can not be read well.

Steps to reproduce

* Enable DUBBOT and DUBBOT Toolbar modules
* Save DUBBOT embed code (provided by DUBBOT team)
* Go to page that has been crawled by DUBBOT, load the sidebar report
* Confirm iframe is not making best use of space

Proposed resolution

Add the following to CSS

iframe.dubbot-iframe {
    width: 100% !important;
    height: 100% !important;
}

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

🇺🇸United States davidburns Philadelphia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024