blob: ab18cd24e44f288ca1c6f559152b7c0dcc732f78 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
html { overflow: hidden; }
#change {
will-change:transform;
width:200vw;
height:200vh;
position:absolute;
top: 0px;
left: 0px;
}
</style>
<img id="change" src="image.png"></img>
<div id="placeholder" style="position:relative">div</div>