How to avoid resizing screen if drawing an image outside

Description

Working on an internet-radio with VU-meters I’m facing a strange problem:
I’m using images as needles and for some reason (esp. the right one) is on creation time ( aligned to the right side) its size is going outside the screen.
And as a result (see foto below) the screen is (automatically) extended and now I can swipe the whole screen to the left (see the needle in red drawn on the right side). But this is’n’t what I want…

What MCU/Processor/Board and compiler are you using?

ESP32S3, PlatformIO

What LVGL version are you using?

9.1 MASTER

What do you want to achieve?

Clipping , if off-screen

What have you tried so far?

Rotate the images und later bring to the desired position - it doesn’t work

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.