Add image zooming effect when hovered using css.
FPJ's Ang Probinsyo TV series introduces a lot of camera zooming to give a suspense feeling, thus the name ang-probinsyano.css name.
Watch this mini clip to learn more about Ang Probinsyano zooming effect.
Add in the <head>
tag
<link href="/path/to/ang-probinsyano.css" rel="stylesheet" >
<div class="ang-probinsyano">
<div style="background-image:url(/path/to/image.png)"></div>
</div>