phpwax / wildfire.interface
Installs: 620
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:JavaScript
This package is auto-updated.
Last update: 2024-10-29 04:30:49 UTC
README
responsive layout preview in the media tab needs config setting up, this is the default:
"cms-responsive"=>array( "desktop"=> array("w"=>"100%", "h"=>"500px", 'img'=>'/images/wildfire/icons/responsive/desktop.png'), "phone_portrait"=> array('w'=>'300px', 'h'=>'352px', 'img'=>'/images/wildfire/icons/responsive/phone-portrait.png'), "phone_landscape"=> array('w'=>'468px', 'h'=>'202px', 'img'=>'/images/wildfire/icons/responsive/phone-landscape.png'), "tablet_portrait"=> array('w'=>'750px', 'h'=>'920px', 'img'=>'/images/wildfire/icons/responsive/tablet-portrait.png'), "tablet_landscape"=> array('w'=>'1010px', 'h'=>'660px', 'img'=>'/images/wildfire/icons/responsive/tablet-landscape.png') )