Sha256: 7f3a3620a6ee197181388dc5f27c07b92484b555e949c11050ea03cd44071d63
Contents?: true
Size: 662 Bytes
Versions: 23
Compression:
Stored size: 662 Bytes
Contents
{% comment %}If youtube video id is provided, it takes precendece over the image{% endcomment %} {%- if include.youtubeVideoId %} {% include youtube.html width="100%" id=include.youtubeVideoId %} {% else %} {% if site.mediaStorage %} {% capture imgPath %}https://a.pirati.cz/crop/1200x675/{{ site.mediaStorage }}/img/{{ include.image }}{% endcapture %} {% else %} {% capture imgPath %}{% asset '{{ include.image }}' magick:resize='1200x675^' magick:gravity='center' magick:crop='1200x675+0+0' @path %}{% endcapture %} {% endif %} <figure class="figure"> <img src="{{ imgPath }}" alt="{{ include.title }}" /> </figure> {%- endif %}
Version data entries
23 entries across 23 versions & 2 rubygems