# Dynamic Resizing

{% embed url="<https://youtu.be/ZgBYuqhRajo>" fullWidth="true" %}
In this video, we use Dynamic Resizing to show the difference in resolution between 1,000px and 15,000px
{% endembed %}

In the Ninja menu, you have the option to scale your Ninja to any desired resolution. You can enlarge it to such an extent that it might even cause your browser to crash. This scalability is made possible through the [SVG](/bitcoin-ordinals-pizza-ninjas/scalable-vector-graphics.md) format of the artwork. Although each Ninja is initially displayed at a default resolution of 2,000 by 2,000, we have designed the artwork with future developments in mind. Considering the possibility that screen sizes could be significantly larger in the coming decades, it's important for Ninjas to be adaptable to any size. For current standards, we consider 16k to 20k resolutions as the most practical upper limit. However, be aware that attempting larger sizes may result in your browser crashing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ninjalerts.gitbook.io/bitcoin-ordinals-pizza-ninjas/dynamic-resizing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
