Quote:
Originally Posted by mini2
To get the images to "zoom out" centrally, after installing the product, go to your Plugin Manager in the vBulletin admin control panel.
|
I did it differently.
In highslide.js change the following values:
Code:
marginRight : 35, // leave room for scrollbars + outline
marginTop : 10,
align : 'auto', // position in the client (overrides anchor)
To:
Code:
marginRight : 10, // leave room for scrollbars + outline
marginTop : 35,
align : 'center', // position in the client (overrides anchor)