Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3830 |
idir |
1 |
<!-- Retrocompatibilité avec l'ancien mode ajax-->
|
|
|
2 |
<script type="text/javascript">
|
|
|
3 |
function resizeIframe(iframe) {
|
|
|
4 |
iframe.height = (iframe.contentWindow.document.body.scrollHeight+20)+'px';
|
|
|
5 |
window.requestAnimationFrame(() => resizeIframe(iframe));
|
|
|
6 |
}
|
|
|
7 |
</script>
|
|
|
8 |
<iframe id="ajax-widget-photo<?php echo $id;?>" src="<?php echo $url_widget; ?>" onload="resizeIframe(this);" frameBorder="0" style="width: 100%;"></iframe>
|