We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3756482 commit 4a79e5fCopy full SHA for 4a79e5f
1 file changed
templates/iframe_plugin.html
@@ -1,6 +1,11 @@
1
{# Base URL of the embedded tool. Change this to point somewhere else. #}
2
+<style>
3
+ .MediaViewItemTechMetadataTop {
4
+ width: 100%;
5
+ }
6
+</style>
7
<iframe
8
src="https://tools.bcc.media/cantemo/?id={{ item_id }}"
- style="width: 100%; height: 600px; border: 0;"
9
+ style="width: 100%; height: 220px; border: 0;"
10
title="BCC Media Tools">
11
</iframe>
0 commit comments