How to change the size of an image within an image button?

  1. What do you want to achieve? I want to change the size of an image within an image button

  2. What is the issue? I don’t know how

image

  1. **What solutions have you tried so far? Look on DevForum and roblox Documentation

I think it’s possible using the ImageRectOffset and the ImageRectSize in the properties. Can someone also explain how they work (ImageRectOffset and the ImageRectSize)?

Any help is appreciated :smiling_face: .

1 Like

ImageRectSize doesn’t scale with the GUI so I wouldn’t use it. It would be easier to use a frame with a transparent blank button and an ImageLabel behind it.