parent
b7219dc698
commit
71349d221b
@ -1,6 +1,7 @@
|
|||||||
{% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
|
{% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
|
||||||
<div class="pull-left" style="max-width: 38.2%; margin-right: 10px;">
|
<div class="pull-left" style="max-width: 38.2%; margin-right: 10px;">
|
||||||
<img src="{{ doc.image }}" style="max-width: 100%">
|
<!-- width: 100% is a mozilla bug -->
|
||||||
|
<img src="{{ doc.image }}" class="img-responsive" style="width: 100%;">
|
||||||
</div>
|
</div>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user