|
@@ -6,9 +6,9 @@
|
|
|
{% load email_obfuscator %}
|
|
{% load email_obfuscator %}
|
|
|
|
|
|
|
|
<link href="{% static 'featherlight.min.css' %}" type="text/css" rel="stylesheet" />
|
|
<link href="{% static 'featherlight.min.css' %}" type="text/css" rel="stylesheet" />
|
|
|
-<script src="{% static 'featherlight.min.js' %}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
+<script src="{% static 'featherlight.min.js' %}"></script>
|
|
|
<link href="{% static 'featherlight.gallery.min.css' %}" type="text/css" rel="stylesheet" />
|
|
<link href="{% static 'featherlight.gallery.min.css' %}" type="text/css" rel="stylesheet" />
|
|
|
-<script src="{% static 'featherlight.gallery.min.js' %}" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
+<script src="{% static 'featherlight.gallery.min.js' %}"></script>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
$(document).ready(function(){
|
|
$(document).ready(function(){
|
|
@@ -44,7 +44,7 @@
|
|
|
.product-text strong{
|
|
.product-text strong{
|
|
|
|
|
|
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
|
- font: NeuzeitGro-Bla
|
|
|
|
|
|
|
+ font: "NeuzeitGro-Bla", sans-serif;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -156,7 +156,7 @@
|
|
|
{% if not forloop.first %}
|
|
{% if not forloop.first %}
|
|
|
{% if forloop.counter < 6 %}
|
|
{% if forloop.counter < 6 %}
|
|
|
<div class="image-detail" style="flex: {% get_ratio media %}; ">
|
|
<div class="image-detail" style="flex: {% get_ratio media %}; ">
|
|
|
- <img href="{{media.image_big.url}}" align="middle" src="{{media.image_norm.url }}" class="gallery img-fluid img-responsive" alt="" style="width: 100%;height: auto;vertical-align: middle;">
|
|
|
|
|
|
|
+ <img href="{{media.image_big.url}}" src="{{media.image_norm.url }}" class="gallery img-fluid img-responsive" alt="" style="width: 100%;height: auto;vertical-align: middle;">
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
{% endif %}
|
|
{% endif %}
|