Fix stretched images and animation
This commit is contained in:
parent
87d266813d
commit
f5f6e4960b
2 changed files with 15 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue