Skip to content
sakshamsaxena edited this page Aug 2, 2015 · 3 revisions

Presentem Development Wiki

Presentem is a simple plugin which is easily hackable and customizable. This wiki will get you started with the process.

Coding Style Guide

Use 4 tab spaces while indenting. Preferably use Brackets along with Beautify extension.

Frame Style Guide

Just open the jquery.presentem.css file in your editor and make suitable changes in the presentem-frame class. Change the following only :

  • border
  • border-radius
  • background
  • box-shadow

You may add more properties if you wish given that it doesn't distort the frame.