VenoBox :Increase height, Width of Pop UpDiv tobe filledupusing AJAX
Dear Sir
I am using
Downloaded from https://github.com/nicolafranchini/VenoBox
Please refer
http://webvikas.net.in/goregaonbiz/bigsale.php
Please click
View Shop Details
on left hand side
A pop up div is displayed
My main difficulty is I am unable to increase size of the div in which the the AJAX is populating Data
when click on this an ajax call is made.
I am unable to adjust the width and height of pop up div
The width and height of pop up div is very small
How can I increase the width and height
please help
I tried
$('.venobox_custom').venobox({
framewidth: '1100px',
frameheight: '900px',
border: '6px',
bordercolor: '#ba7c36',
numeratio: true
});
But no success
please help