VenoBox :unable to Increase height, Width of Pop UpDiv for an AJAX Call

VenoBox :unable to Increase height, Width of Pop UpDiv for an AJAX Call

Dear Sir

I had used
 

-------------------------------------------------------------------------------------------------------

Please refer 


click on 

View Shop Details

A green button below the image

on left hand side

A pop up div is displayed

whose width and height is very small

My main difficulty is I am unable to increase size of this div in which the the AJAX is populating Data

(I am using Venobox link  http://lab.veno.it/venobox/ )


please help

I tried
  1. $('.venobox_custom').venobox({
  2. framewidth: '1100px',
  3. frameheight: '900px',
  4. border: '6px',
  5. bordercolor: '#ba7c36',
  6. numeratio: true
  7. });
  8.  
But no success

please help