> For the complete documentation index, see [llms.txt](https://ninjalerts.gitbook.io/bitcoin-ordinals-pizza-ninjas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ninjalerts.gitbook.io/bitcoin-ordinals-pizza-ninjas/dynamic-resizing.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
