Skip to content

Commit

Permalink
restore iframe dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Dec 9, 2024
1 parent 1fd47aa commit 4d92a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sourcecode/hub/resources/views/components/launch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
'name' => 'launch-frame-' . $uniqueId,
'data-log-to' => $logTo,
'frameborder' => '0',
'width' => $width,
'height' => $height,
])->class([
'lti-launch',
'd-block',
Expand Down

0 comments on commit 4d92a99

Please sign in to comment.