I have recently stumbled uppon this website GrandPixels
and found one interesting effect. In the slideshow section you can see that images are kind of dotted, by zooming in I discovered that these dots are not the parts of the images but sort of overlay, achieved with CSS, I assume. Could anyone explain how this effect is achieved, ideally with css?
I have recently stumbled uppon this website GrandPixels and found one interesting effect. In
Share
It’s done with 2×2 overlay transparent PNG image that can be extracted from here:
Background Overlay Pattern
Afterwards the class
slideshow-overlayapplied to an element to make it work: