/*! * gConverter JS Plugins v1.1.0 */ // Placeholder jQuery(function(){ jQuery('input[placeholder], textarea[placeholder]').placeholder(); }); // FitVids jQuery(document).ready(function(){ // Target your .container, .wrapper, .post, etc. jQuery("#wrapper").fitVids(); }); // Have a custom video player? We now have a customSelector option where you can add your own specific video vendor selector (mileage may vary depending on vendor and fluidity of player): // jQuery("#thing-with-videos").fitVids({ customSelector: "iframe[src^='http://example.com'], iframe[src^='http://example.org']"}); // Selectors are comma separated, just like CSS // Note: This will be the quickest way to add your own custom vendor as well as test your player's compatibility with FitVids. // gConverter Menu (TinyNav.js) jQuery(".menu").tinyNav({ active: 'current_page_item', // Set the "active" class header: false // Show header instead of the active item });;