Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Using width and height which is recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
Casperhr authored Nov 10, 2016
1 parent af06eea commit 2278594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspiration/applet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ function onNemIDMessage(e) {
</script>

@if(! isset($_SESSION['nemid_login']['errors']))
<iframe id="nemid_iframe" title="NemID" allowfullscreen="true" scrolling="no" frameborder="0" style="width:500px;height:450px;border:0" src="{{$nemIdLogin->getIFrameUrl()}}"></iframe>
<iframe id="nemid_iframe" title="NemID" allowfullscreen="true" scrolling="no" frameborder="0" style="width:320px;height:460px;border:0" src="{{$nemIdLogin->getIFrameUrl()}}"></iframe>
{!! Form::open(['method' => 'post', 'route' => 'nemid.callback', 'name' => 'postBackForm']) !!}
<input type="hidden" name="response" value=""/>
@else
There was a problem the NemID client
@endif
@endif

0 comments on commit 2278594

Please sign in to comment.