# something before
[file1](test.assets/file1.html ':include :type=iframe width=100% height=500px')
[file2](test.assets/file2.html ':include :type=iframe width=100% height=500px')
# something after
can you try without the height property !?
| iframe1 height | iframe2 height | iframe1 display | iframe2 display | other elements |
|-|-|-|-|-|
| 500px | 500px | none | 500px | none |
| 500px | none | none | ~100px| none|
| none | 500px | none | 500px | none |
| none | none| none | ~100px| none|
There's only one time, I keep the "height" of 1st one and remove the 2nd, both iframe display and the 2nd looks 100px height. But I can not replay it, maybe cause by cache or some details different in code, I'm not sure.
this needs investigation
feel free to investigate and submit the fix.
It will take time for me as I am quite busy with some other stuff.
- Actually, if include more than one, it always show the last iframe only.
sounds similar to what I faced in #1078 so it's probably the same issue
unfortunately it is not critical for my stuff now so I have not taken a look yet
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.