follow naming convention
parent
5c7dd34fba
commit
e602b16dfb
|
@ -2,7 +2,7 @@
|
||||||
As a result, we need to add a wrapping element for non-flex (non-image grid) environments, mostly single-image cases.
|
As a result, we need to add a wrapping element for non-flex (non-image grid) environments, mostly single-image cases.
|
||||||
*}}
|
*}}
|
||||||
{{if $allocated_max_width}}
|
{{if $allocated_max_width}}
|
||||||
<div class="allocated-max-width" style="max-width: {{$allocated_max_width|default:"auto"}};">
|
<div class="img-allocated-max-width" style="max-width: {{$allocated_max_width|default:"auto"}};">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<figure class="img-allocated-height" style="width: {{$allocated_width|default:"auto"}}; padding-bottom: {{$allocated_height}}">
|
<figure class="img-allocated-height" style="width: {{$allocated_width|default:"auto"}}; padding-bottom: {{$allocated_height}}">
|
||||||
|
|
Loading…
Reference in New Issue