• hey, ive dug deep in and i can’t find out where to do this and the things i’ve tried have no effect.

    basically, im trying to remove the padding that comes with it… i can see using developer mode that 5px are being padded… but specifically setting gv_galleryWrap to padding 0 is doing nothing.

    i’ve also noticed included are light and dark themes, but absolutely no documentation on how to activate, nor can i find the direct links to the files ANYWHERE in the css.

    http://wordpress.org/plugins/nextgen-player-template/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author piotr.tokarczyk

    (@piotrtokarczyk)

    It is dynamically calculated, you can’t do it in css.
    What you can do is to write jq or js script to interact with galleryview events. This will allow you to change dimenssions your way.
    You can also edit galleryview js file.

    Thread Starter llirik

    (@llirik)

    hmm, i dont really know js. and i couldnt find anywhere in the galleryview js that looks like its adding the 5 px. what should i be looking for?

    Plugin Author piotr.tokarczyk

    (@piotrtokarczyk)

    Search for “padding” in galleryview js file and you will see.

    Thread Starter llirik

    (@llirik)

    Hey, thanks for the quick reply.

    I found this and just commented out the line

    dom.gv_galleryWrap.css({
    width: gv.outerWidth(dom.gv_gallery),
    height: gv.outerHeight(dom.gv_gallery)
    /*padding: this.opts.frame_gap*/
    });

    but it seems to have done nothing and the 5px are still being added.

    also, as im understanding it, this will remove padding completely from the frame, including the thumbnails (ive tried in developer mode unchecking padding to see)… what im trying to do is here:

    http://www.mspv.com/V2/products/military/s8

    remove the padding from the main image so that it spans the entire div… but the padding below for the thumbnails is good and clear.

    Plugin Author piotr.tokarczyk

    (@piotrtokarczyk)

    Search for gv_frame class and margin-right and margin-bottom.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘styling’ is closed to new replies.