<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ResolvedModel3D/resizable(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI15ResolvedModel3DV9resizableyACSbF"
  },
  "title" : "resizable(_:)"
}
-->

# resizable(_:)

Allows this model to resize itself to fit its container.

```
@MainActor @preconcurrency func resizable(_ isResizable: Bool = true) -> ResolvedModel3D
```

## Discussion> Note: By default, `Model3D` sizes itself based on the intrinsic size
> of the underlying model file. Setting this will scale the model to
> fit its container instead. To preserve the intrinsic aspect ratio of
> the model, use <doc://com.apple.documentation/documentationSwiftUI/View/aspectRatio(_:contentMode:)>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)