Roway13
Member
Posted 4 months ago #
First of all thanks for the plugin. But I am having a problem with the width, I can't get it to full the viewer as seen (here.) I tried the
Go to Gallery > NextGEN Player Template settings, uncheck inherit checkbox, and fill width input.
But it still does not work. Any suggestions.
http://wordpress.org/extend/plugins/nextgen-player-template/
piotr.tokarczyk
Member
Plugin Author
Posted 4 months ago #
Hi,
for quick fix paste
$(document).bind("DOMSubtreeModified",function(){
$('.gv_panel img').css('left', '0px');
})
in 103 line in view/gallery-player.php
I'll update plugin tomorrow (2013-02-17).
Roway13
Member
Posted 4 months ago #
piotr.tokarczyk
Member
Plugin Author
Posted 4 months ago #
Update nexgen player template plugin, go to settings page, check fix image possition checkbox, and save settings.
@piotr.tokarczyk
I do it but not work