resize div callback

by adil_invideo

HTML

<div class="parent">

</div>

CSS

.parent{
  background-color: #ccc;
  width: 100vw;
  height: 100vh;
}