Skip to content

Commit 4a79e5f

Browse files
committed
Attempt to reshape
1 parent 3756482 commit 4a79e5f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

templates/iframe_plugin.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{# Base URL of the embedded tool. Change this to point somewhere else. #}
2+
<style>
3+
.MediaViewItemTechMetadataTop {
4+
width: 100%;
5+
}
6+
</style>
27
<iframe
38
src="https://tools.bcc.media/cantemo/?id={{ item_id }}"
4-
style="width: 100%; height: 600px; border: 0;"
9+
style="width: 100%; height: 220px; border: 0;"
510
title="BCC Media Tools">
611
</iframe>

0 commit comments

Comments
 (0)