Fix stretched images and animation

This commit is contained in:
Christoph Haas 2020-10-19 19:12:05 +02:00
parent 87d266813d
commit f5f6e4960b
2 changed files with 15 additions and 25 deletions

View file

@ -24,9 +24,8 @@ h1 =@package.name
/ Fancybox image viewer: http://fancyapps.com/fancybox/3/docs/#usage
a href =url_for(screenshot.large_watermarked) rel='fancybox-thumb' title=screenshot.caption data-fancybox='gallery'
.image-with-zoom-icon-container
.image-with-zoom-icon
= image_tag(url_for(screenshot.image), alt: screenshot.caption)
.image-with-zoom-icon
= image_tag(url_for(screenshot.image), alt: screenshot.caption)
.magnifying-glass-icon
i.fa.fa-search