File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ higher-level functions to provide physics results.
3434 releases/r2.4
3535 releases/r2.5
3636 releases/r2.6
37+ releases/r2.7
Original file line number Diff line number Diff line change 1+ .. role :: hidden
2+
3+ #############
4+ :hidden: `2.7 `
5+ #############
6+
7+ .. raw :: html
8+
9+ <iframe id =" myIframe" src =" ../../_static/matlab/release_notes/r2.7.html" title =" Demo" style =" width :100% ; height :100vh ; border : none ; margin : 0 ; padding : 0 ; display : block ;" >
10+ </iframe >
11+ <script >
12+ // Selecting the iframe element
13+ var iframe = document .getElementById (" myIframe" );
14+
15+ // Adjusting the iframe height onload event
16+ iframe .onload = function (){
17+ iframe .style .height = iframe .contentWindow .document .body .scrollHeight + ' px' ;
18+ }
19+ </script >
You can’t perform that action at this time.
0 commit comments