Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 24199ea

Browse files
authored
Fix: Width & Height
1 parent d25d698 commit 24199ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/views/twitterframe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="panel-body">
1616

1717
<?= Html::beginTag('div') ?>
18-
<a class="twitter-timeline" href="<?= $twitterUrl; ?>"></a> <script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
18+
<a class="twitter-timeline" href="<?= $twitterUrl; ?>" width="100%" height="500"></a> <script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
1919
<?= Html::endTag('div'); ?>
2020

2121
</div>

0 commit comments

Comments
 (0)