デバイスチェックのテーマ変数{device_mobile}が追加
- 2018/04/08 17:56 JST
- 投稿者: Ivy
- 表示回数 6,880
March 1, 2017 (2.1.2)で、デバイスチェックのテーマ変数が追加されています。
[Feature] テーマ変数{device_mobile}がtrueならモバイルにも表示 (電話とタブレット) [Tom]
サンプル
{!!if {device_mobile}=="true" !!}モバイル{!else}PC{!endif}
活用事例
{!!if {device_mobile}=="true" !!}{!!autotag assist:staticpage_content id:-top-new-mobile mode:home !!}{!else}{!!autotag assist:staticpage_content id:-top-new mode:home !!}{!endif}
モバイル表示時の高速化やレイアウト変更に活用できます。