jquery - How to set height and width of images in colorbox iframe? -


I am using the colorbox iframe.

Images are opening inside iframe . Images are of different offers.

I have not set the scrolling: incorrect , if the height and width of the image increases.

But I can not see a full image, if its size is 3000X2000px.

I need the resize image to some height and width.

How could this be possible?

Thanks for any help

thanks

< Code> $ ('MyImage'). Attr ('style', 'height: xxx; width: xxxx;');

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -