My guess is that the image is assuming the same size as it’s parent Box component, and when you pass the offset modifier, it’s offsetting the actual Image component, not what’s inside of it. The Image component itself will remain the same exact size. I think what you want to do is figure out how to shift the image content within the Image component itself.