內嵌網頁
要在 Zensical 中內嵌網站,可以使用 iframe。請先啟用 md_in_html(本專案已經開啟)。
📌 範例程式
<iframe src="https://www.vcdemy.com/html" width="100%" height="500px" frameborder="1" allowfullscreen></iframe>
Note
如果要讓內嵌的網頁可以點擊按鈕放大成全螢幕,需要在 iframe 中加入 allowfullscreen 這個屬性。
📌 輸出結果