Sprite background smaller than resolution?

Hi, so I drew a background for my 2D game in 4k but when I turn it to a sprite then place it in the world, it is so much smaller and doesn’t fit the screen which is 1920 x 1080. How do I make it so my background fits the screen perfectly and why is it so much smaller when it’s 4k?
Any help is much appreciated, thank you :slight_smile:

Not even joking here, UE4 pretty much sucks for 2D. I’d use Construct or Godot for a 2D game. That said, you don’t want to use a single 4K image as your background. Check this series if you want to make a 2D game with UE4: [UE4] How to Make a 2D Platformer - Episode 1: Intro and Project Setup! - YouTube

Yeah I’ve considered that, might have to do the switch but I will check out those tutorials first, thanks!