Skip to content

Commit 69fc3c3

Browse files
committed
removing scaling on images
1 parent a2ad990 commit 69fc3c3

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

reference/forms/types/choice.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ This will create a ``select`` drop-down like this:
6666

6767
.. image:: /images/reference/form/choice-example1.png
6868
:align: center
69-
:scale: 50
70-
:width: 350
7169

7270
If the user selects ``No``, the form will return ``false`` for this field. Similarly,
7371
if the starting data for this field is ``true``, then ``Yes`` will be auto-selected.
@@ -151,8 +149,6 @@ You can easily "group" options in a select by passing a multi-dimensional choice
151149

152150
.. image:: /images/reference/form/choice-example3.png
153151
:align: center
154-
:scale: 50
155-
:width: 350
156152

157153
To get fancier, use the `group_by`_ option.
158154

reference/forms/types/options/choice_label.rst.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ will give you:
3434

3535
.. image:: /images/reference/form/choice-example2.png
3636
:align: center
37-
:scale: 50
38-
:width: 350
3937

4038
If your choice values are objects, then ``choice_label`` can also be a
4139
:ref:`property path <reference-form-option-property-path>`. Imagine you have some

reference/forms/types/options/group_by.rst.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ a "Later" group:
3737

3838
.. image:: /images/reference/form/choice-example5.png
3939
:align: center
40-
:scale: 50
41-
:width: 350
4240

4341
If you return ``null``, the option won't be grouped. You can also pass a string
4442
"property path" that will be called to get the group. See the `choice_label`_ for

reference/forms/types/options/preferred_choices.rst.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ This will "prefer" the "now" and "tomorrow" choices only:
4242

4343
.. image:: /images/reference/form/choice-example3.png
4444
:align: center
45-
:scale: 50
46-
:width: 350
4745

4846
Finally, if your values are objects, you can also specific a property path string
4947
on the object that will return true or false.

0 commit comments

Comments
 (0)