Limit image width

This commit is contained in:
AhyoungRyu 2016-06-13 03:37:31 -07:00
parent 6ff4db6358
commit ce4b12260a

View file

@ -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}`.