hey.. not sure what's going on, but no matter what i put here, it always shows the full size of the image. my settings are all fixed in the media settings, but every time just the full size displays..
any idea? am on the latest wordpress build and have the version6 gallery.
[portfolio_slideshow size="medium"]
http://wordpress.org/extend/plugins/portfolio-slideshow/
so of course its now working all of a sudden.. i really dont know how/why.. i searched out the default size in the php file and changed that then noticed it was working.. changed it back to full as default and its still working. so somehow a mystery :/
but i would like to know how to get my thumbnails to sit nice and square to the left of my image. at the moment there is a 5px gap and i cant seem to get rid of it in the css file. i've put padding/margin values of 0 on everything and its still there.. cheers.
see it here
Hi Visber,
Your main stylesheet is applying a small amount of left padding to all
<ul> elements on the page. Adding ul.slides {padding: 0;} to your main stylesheet should do the trick.
Dalton