object-none: Godot's STRETCH_KEEP - Image keeps original dimensions
object-fill: Godot's STRETCH_SCALE - Image stretches to fill container
object-contain: Godot's STRETCH_KEEP_ASPECT - Image fits inside with preserved aspect ratio
object-cover: Godot's STRETCH_KEEP_ASPECT_COVERED - Image covers container with preserved aspect ratio