[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/biz/ - Business & Finance

Search:


View post   

>> No.9134527 [View]
File: 120 KB, 612x566, 2018-04-28-024745_612x566_scrot.png [View same] [iqdb] [saucenao] [google]
9134527

>>9131911
just use the custom css to blur all images and show them on hover


img {
-webkit-filter: blur(5px);
filter: blur(5px);
}

img:hover {
-webkit-filter: blur(0px);
filter: blur(0px);
}

Navigation
View posts[+24][+48][+96]