Skip to content

Commit

Permalink
deploy: 5212e62
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Aug 24, 2024
1 parent e163185 commit 11dd495
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ <h2 id="image"><a class="header" href="#image"><code>image</code></a></h2>
<li><strong><code>path</code></strong>: <em><code>string</code></em> path to the image file</li>
<li><strong><code>image-width</code></strong>: <em><code>int</code></em> width of the image</li>
<li><strong><code>image-height</code></strong>: <em><code>int</code></em> height of the image</li>
<li><strong><code>preserve-aspect-ratio</code></strong>: <em><code>bool</code></em> whether to keep the aspect ratio when resizing an image. Default: true, false doesn't work for all image types</li>
<li><strong><code>fill-svg</code></strong>: <em><code>string</code></em> sets the color of svg images</li>
<li><strong><code>icon</code></strong>: <em><code>string</code></em> name of a theme icon</li>
<li><strong><code>icon-size</code></strong>: <em><code>string</code></em> size of the theme icon</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions widgets.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ <h2 id="image"><a class="header" href="#image"><code>image</code></a></h2>
<li><strong><code>path</code></strong>: <em><code>string</code></em> path to the image file</li>
<li><strong><code>image-width</code></strong>: <em><code>int</code></em> width of the image</li>
<li><strong><code>image-height</code></strong>: <em><code>int</code></em> height of the image</li>
<li><strong><code>preserve-aspect-ratio</code></strong>: <em><code>bool</code></em> whether to keep the aspect ratio when resizing an image. Default: true, false doesn't work for all image types</li>
<li><strong><code>fill-svg</code></strong>: <em><code>string</code></em> sets the color of svg images</li>
<li><strong><code>icon</code></strong>: <em><code>string</code></em> name of a theme icon</li>
<li><strong><code>icon-size</code></strong>: <em><code>string</code></em> size of the theme icon</li>
</ul>
Expand Down

0 comments on commit 11dd495

Please sign in to comment.