@@ -146,8 +146,8 @@ answer-link: znai-from-export/introduction/getting-started#command-line
146146## CLI download
147147
148148Download and unzip
149- [znai](https://repo.maven.apache.org/maven2/org/testingisdocumenting/znai/znai-dist/1.87/znai-dist-1.87- znai.zip). Add
150- it to your `PATH`.
149+ [znai](https://repo.maven.apache.org/maven2/org/testingisdocumenting/znai/znai-dist/1.87.2-SNAPSHOT /znai-dist-1.87.2-SNAPSHOT- znai.zip).
150+ Add it to your `PATH`.
151151
152152## Brew
153153
@@ -162,7 +162,7 @@ answer-link: znai-from-export/introduction/getting-started#maven-plugin
162162<plugin>
163163 <groupId>org.testingisdocumenting.znai</groupId>
164164 <artifactId>znai-maven-plugin</artifactId>
165- <version>1.87</version>
165+ <version>1.87.2-SNAPSHOT </version>
166166</plugin>
167167```
168168
@@ -4692,7 +4692,7 @@ scenario("capture screenshot") {
46924692 "type" : "badge",
46934693 "text" : "2",
46944694 "x" : 367,
4695- "y" : 594 ,
4695+ "y" : 604 ,
46964696 "align" : "Center"
46974697 } ],
46984698 "pixelRatio" : 2
@@ -6239,10 +6239,35 @@ Use `title` parameter to display title bar on top of the embedded content:
62396239}
62406240```
62416241
6242- # Visuals :: Iframe :: Height
6243- answer-link: znai-from-export/visuals/iframe#height
6242+ # Visuals :: Iframe :: Dynamic Content
6243+ answer-link: znai-from-export/visuals/iframe#dynamic-content
62446244
6245- Use `height` to force container height. Use `maxHeight` to limit the automatically calculated height.
6245+ When iframe content changes after page load, the iframe automatically resizes to fit. Click buttons below to see it in
6246+ action:
6247+
6248+
6249+ Use `height` and `maxHeight` to limit the height when content grows:
6250+
6251+ ```markdown
6252+ :include-iframe: iframe/custom-delayed.html {
6253+ fit: true,
6254+ height: 120,
6255+ maxHeight: 200
6256+ }
6257+ ```
6258+
6259+ # Visuals :: Iframe :: Wide
6260+ answer-link: znai-from-export/visuals/iframe#wide
6261+
6262+ Use `wide` to take all the available horizontal space:
6263+
6264+ ```markdown
6265+ :include-iframe: iframe/custom.html {
6266+ title: "my wide iframe content",
6267+ fit: true,
6268+ wide: true
6269+ }
6270+ ```
62466271
62476272# Visuals :: Iframe :: Embedding Video
62486273answer-link: znai-from-export/visuals/iframe#embedding-video
@@ -8589,7 +8614,7 @@ scenario("capture screenshot") {
85898614 "type" : "badge",
85908615 "text" : "2",
85918616 "x" : 367,
8592- "y" : 594 ,
8617+ "y" : 604 ,
85938618 "align" : "Center"
85948619 } ],
85958620 "pixelRatio" : 2
@@ -9064,6 +9089,11 @@ export PATH=$(pwd)/dist:$PATH
90649089znai --version
90659090```
90669091
9092+ # Release Notes :: 2026 :: 1.88
9093+ answer-link: znai-from-export/release-notes/2026#188
9094+
9095+
9096+
90679097# Release Notes :: 2026 :: 1.87
90689098answer-link: znai-from-export/release-notes/2026#187
90699099
0 commit comments