Hero Image on Mobile
Dear all
Banner Image of Hero Image Plugin show only on PC version. How to show it on mobile?
Thanks
Tagged:
0
Dear all
Banner Image of Hero Image Plugin show only on PC version. How to show it on mobile?
Thanks
Comments
Only the keystone theme uses that plugin. If you use a different theme for your mobile users, you need to copy that theme and customize it
Oh wait, maybe it wouldn't even work with keystone and you need to add
$Configuration['Garden']['MobileThemeOptions']['Options']['hasHeroBanner'] = true;
to your /conf/config.php file...