Skip to content

Commit

Permalink
🩹 Increase the size of iframe for webkit browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
CGBassPlayer committed Feb 5, 2023
1 parent 4e3f5c8 commit 6d667ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/jb/layouts/contact/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<div class="container">
<div class="content">
<h1>{{.Title}}</h1>
<iframe id="contact-frame" height="830" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="https://jblive.wufoo.com/embed/w7x2r7/"><a target="_blank" href="https://jblive.wufoo.com/forms/w7x2r7/">Fill out the form here</a></iframe>
<iframe id="contact-frame" height="835" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="https://jblive.wufoo.com/embed/w7x2r7/">
<a target="_blank" href="https://jblive.wufoo.com/forms/w7x2r7/">Fill out the form here</a>
</iframe>
</div>
</div>
{{end}}

0 comments on commit 6d667ff

Please sign in to comment.