JQuery plugin to create nice responsive, filterable grid of items, such as portfolio
To use jPortilio plugin, you need to download:
Optionally, you can download also one or more jPortilio themes from section Themes.
IMPORTANT: jPortilio requires jQuery.
Optionally, you can download one or more jPortilio themes:
Using themes is very simple. You need to add theme's class name to 2 elements: group of tag buttons and grid of items. The theme's class names are following:
jprt-dark-style
jprt-light-style
jprt-codepany-style
Adding themes is shown below. In example, the dark theme class name is used.
<!-- group of tag buttons -->
<div id='tag-buttons' class='jprt-buttons jprt-dark-style'>
<!-- ... -->
</div>
<!-- grid of items -->
<div id='jprt-1' class='container jprt-container jprt-dark-style'>
<!-- ... -->
</div>