File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -110,19 +110,18 @@ Tag will accept the following attributes (**case-sensitive**) as well as the {%
110110: ** Default:** unset.
111111
112112{% capture svals %}
113- ` alt ` . \\
114- ` author ` . \\
115- ` caption ` . \\
116- ` category ` . \\
117- ` date ` . \\
118- ` ext ` (image file extension). \\
119- ` h ` (image ` height ` attribute). \\
120- ` id ` (image id#). \\
121- ` name ` (image name). \\
122- ` rand() ` ([ random] ( https://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html#function_rand ) ). \\
123- ` thumb_h ` (image thumbnail ` height ` attribute). \\
124- ` thumb_w ` (image thumbnail ` width ` attribute). \\
125- ` w ` (image ` width ` attribute).
113+ <code >alt</code >.<br >
114+ <code >author</code >.<br >
115+ <code >caption</code >.<br >
116+ <code >category</code >.<br >
117+ <code >date</code >.<br >
118+ <code >ext</code > (image file extension).<br >
119+ <code >h</code > (image ` height ` attribute).<br >
120+ <code >id</code > (image id#).<br >
121+ <code >name</code > (image name).<br >
122+ <code >thumb_h</code > (image thumbnail <code >height</code > attribute).<br >
123+ <code >thumb_w</code > (image thumbnail <code >width</code > attribute).<br >
124+ <code >w</code > (image <code >width</code > attribute).
126125{% endcapture %}
127126{% include atts-global.html class="tag name ** or** unset" offset="0" limit="0" sort="name asc" sortvals=svals %}
128127
You can’t perform that action at this time.
0 commit comments