mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Limit image width
This commit is contained in:
parent
6ff4db6358
commit
ce4b12260a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ To create text input form, use `${formName}` templates.
|
|||
|
||||
for example
|
||||
|
||||
<img src="../assets/themes/zeppelin/img/screenshots/form_input.png" />
|
||||
<img class="img-responsive" src="/assets/themes/zeppelin/img/screenshots/form_input.png" width="450px" />
|
||||
|
||||
|
||||
Also you can provide default value, using `${formName=defaultValue}`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue