From b06102fb792825e422414b381b83a7a4263f61fe Mon Sep 17 00:00:00 2001 From: decabeza Date: Sat, 7 Oct 2017 19:37:51 +0200 Subject: [PATCH] adds image rendering on gallery images --- app/assets/stylesheets/participation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 605afaee8..fc0948a28 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1615,6 +1615,10 @@ .orbit-slide { max-height: none !important; + + img { + image-rendering: pixelated; + } } .orbit-caption {