If anyone knows how to put a 'static' filter over a page, (bonus points if it's static intermediately, or flickers) please let us know. We will give you full credit. Thank you, KM
THANK U!
body::after { content: ""; display: block; position: fixed; left: 0; top: 0; width: calc(500% + 32px); height: calc(500% + 32px); background-image: url("paste static gif here"); background-position: 0 0; background-repeat: repeat; z-index: 10000000; animation: NONE; pointer-events: none; opacity: 0.10; } Just find a static gif and paste it where the url thing is
THANK U!
body::after {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: calc(500% + 32px);
height: calc(500% + 32px);
background-image: url("paste static gif here");
background-position: 0 0;
background-repeat: repeat;
z-index: 10000000;
animation: NONE;
pointer-events: none;
opacity: 0.10;
}
Just find a static gif and paste it where the url thing is