Aller au contenu

« Combat (règles) » : différence entre les versions

Ligne 473 : Ligne 473 :


<html>
<html>
<iframe id="nephCalcFrame" src="https://www.nephilim-rpg.com/tools/calculateur-nephilim-NL-combat.html" width="100%" style="border:none; overflow:hidden;" scrolling="no"></iframe>
<iframe src="https://www.nephilim-rpg.com/tools/calculateur-nephilim-NL-combat.html" width="100%" height="400" style="border:none; overflow:hidden;" scrolling="no"></iframe>
<script>
window.addEventListener('message', function(e) {
  if (e.data && e.data.nephCalcHeight) {
    document.getElementById('nephCalcFrame').style.height = e.data.nephCalcHeight + 'px';
  }
});
</script>
</html>
</html>