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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -