-
Notifications
You must be signed in to change notification settings - Fork 1
/
_footer_signature.php
29 lines (28 loc) · 1.11 KB
/
_footer_signature.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="footer-signature d-none">
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.9/iframeResizer.min.js" crossorigin="anonymous"></script>
<iframe
id="rameerez-signature-iframe"
allowtransparency="true"
frameBorder="0"
scrolling="no"
style="width: 100%; height: 100%; border: 0; overflow: hidden;"
src="https://rameerez.com/static/signature-footer.php?theme=light&product=experiment&show_info_snippet=false">
</iframe>
<script>
iFrameResize({ log: false }, "#rameerez-signature-iframe");
</script>
</div>
<div class="footer-signature">
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.9/iframeResizer.min.js" crossorigin="anonymous"></script>
<iframe
id="rameerez-signature-iframe"
allowtransparency="true"
frameBorder="0"
scrolling="no"
style="width: 100%; height: 100%; border: 0; overflow: hidden;"
src="https://rameerez.com/static/signature-footer.php?theme=dark&product=experiment&show_info_snippet=false">
</iframe>
<script>
iFrameResize({ log: false }, "#rameerez-signature-iframe");
</script>
</div>