Visual LightBox
How to To open the drupal jquery lightbox window without zoom
Q: Dear Support,
Is it possible to open the popup window of Visual LightBox without zoom effect?
A: Yes, you can make it manually.
For this purpose you should open vlbdata.js file in any text editor and find the following parameter: startZoom:true.
To remove the zoom effect you should change the value of the parameter to startZoom:true.