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
please help
I tried
- $('.venobox_custom').venobox({
- framewidth: '1100px',
- frameheight: '900px',
- border: '6px',
- bordercolor: '#ba7c36',
- numeratio: true
- });
-
But no success
please help