LogoMark.png

Plugin/Iframe の変更点


#author("2020-03-18T13:04:41+09:00","default:inoue.ko","inoue.ko")
#navi(../)
~

*Plugin Iframe
~

***概要
iframeタグの機能を提供します。
~

***書式
 #iframe( URL, [幅%], [アスペクト比%] )
-幅とアスペクト比はオプションです。
-アスペクト比は「高さ / 要素幅」を意味します。したがって、アスペクト比に 100%を指定した場合は、常に正方形になります。
-指定がない場合は 幅:100%, 高さ:75%(4:3)が適用されます。
~

***事例
 #iframe(https://koichi-inoue.github.io/Flexbox02/,75%,100%)
#iframe(https://koichi-inoue.github.io/Flexbox02/,75%,100%)
https://koichi-inoue.github.io/Flexbox02/

~
~

#navi(../)
~