/*
| --------------------------------------------------------
| File        : igw-frontend-init.js
| Version     : 1.4.1
| Description : Custom js init file.
| Project     : Instagram Gallery Widget for Wordpress
| Author      : Luca Grandicelli
| Author URL  : http://www.lucagrandicelli.com
| Plugin URL  : http://www.lucagrandicelli.com/instagram-gallery-widget-wordpress
| License     : GPLv3 or later
| --------------------------------------------------------
*/

jQuery(document).ready(function(){

	// Applying FancyBox Effect
	jQuery("a.igw_fancy").fancybox();
});
