-
AuthorPosts
-
March 5, 2014 at 12:40 pm #232678
Look at my images. Thanks
FIREFOX:

CHROME:
March 5, 2014 at 1:43 pm #232687There is a difference between Firefox and Chrome for this line;
OK:
<div class=”img_wrapper” style=”display: inline-block; width: 309px; height: 398px;”>……NOT OK:
<div class=”img_wrapper” style=”display: inline-block; width: 747px; height: 505px;”>……March 5, 2014 at 1:45 pm #232688This reply has been marked as private.March 6, 2014 at 9:14 am #233105Do you have a solution for that?
thanks :)March 7, 2014 at 9:08 am #233654This reply has been marked as private.March 7, 2014 at 9:38 am #233656This reply has been marked as private.March 7, 2014 at 9:47 am #233660Hey!
I set it to private.
Best regards,
PeterMarch 7, 2014 at 9:49 am #233662sorry :)
I use the same thing than: http://www.agarkitekter.se/medarbetare/
as discussed here: https://kriesi.at/support/topic/enfold-showcase/page/6/#post-226150
but his site has no issue with chrome… :-(
yes i know it’s a custom stuff butI i would like to use it…March 7, 2014 at 11:29 am #233688Hey!
In this case I recommend to contact the website administrator of http://www.agarkitekter.se/medarbetare/ – maybe he can help you. We can’t provide support for customized code.
Regards,
PeterMarch 7, 2014 at 11:58 am #233701I understant Dude, bu maybe you can just tell me what he had used ? I do not see any <div id=”av-masonry-1″
in his source code…March 7, 2014 at 12:22 pm #233709Hi!
I think he uses the default portfolio grid element.
Cheers!
PeterMarch 7, 2014 at 12:27 pm #233710Yes…
Nevermind, I find a better way (no JS), just apply a CSS classe named, i.e.: grayscale and:.greyscale img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden; /* Fix for transition flickering */ } .greyscale img:hover { filter: none; -webkit-filter: grayscale(0%); }And it works better
March 7, 2014 at 12:45 pm #233718Hi!
Great :)
Best regards,
Peter -
AuthorPosts
- The topic ‘Mansory do not display nicely with Chrome’ is closed to new replies.
