Nick Pishvanov

Results 5 issues of Nick Pishvanov

I'm wondering what sort of (CSS) styling options Captionator allows for-- e.g. if I wanted the caption box to span 100% width of the video window, with a semi-transparent white...

I'm trying to customize the behavior/appearance of slimmenu to accommodate a logo or header floated at the left of a container with the main navigation floated to the right, as...

First off, thank you for a fantastic light-weight masonry plugin! I'm wondering how I might add a `macy-init` class to the container element when Macy has initialized? I've tried the...

First off, thank you for this plugin! I'd like to use options page fields on a current project to, among other things, implement a global notification bar to appear at...

Hi, I'm using the following jQuery click function to swap in a YouTube video for an image using the `data-video` attribute: ``` $('img.play-video').click(function(){ video = ''; $(this).replaceWith(video); }); ``` I'm...