Skip to main content
Nintex Community Menu Bar

Image Control: Don't resize image?

  • May 8, 2017
  • 3 replies
  • 19 views

Forum|alt.badge.img+8

The image control seems to insist on resizing the image to the size of the control.   Is there anyway to display the image as is?

3 replies

Forum|alt.badge.img+14
  • Scholar
  • May 8, 2017

what platform?

how do you have set height/width appearance settings and resize at runtime?

do you have applied any custom styling/CSS on it or parent containers?


Forum|alt.badge.img+8
  • Author
  • May 9, 2017

1.  Windows with IE V11

2.  I have tried both resize and not resize.   No difference.

3.  No special CSS


Forum|alt.badge.img+14
  • Scholar
  • May 9, 2017

with environment I meant SP2010/2013/O365...

and you haven't mentioned reg. width/height appearance settings

if you are on-prem, remnoving anything from width/height appearance settings and leaving it blank should help, it should set both to 'auto' at runtime.

if that doesn't help, you can create a custom CSS class with settings {width: auto; height:auto} and assign the class to image control to enforce it.