MTIfImageSupport
プロフィール画像などのアイテムのサムネイル作成に必要な画像処理ライブラリがサーバーにインストールされている場合に実行する条件タグです。
- 使い方
<mt:IfImageSupport>
<div class="userpic">
<mt:If tag="EntryAuthorUserpicURL">
<mt:EntryAuthorUserpicAsset><$mt:AssetThumbnailLink width="50"$></mt:EntryAuthorUserpicAsset>
<mt:Else>
<img alt="" src="<mt:StaticWebPath>images/default-userpic-50.jpg" width="50" height="50" />
</mt:If>
</div>
</mt:IfImageSupport>