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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -