SVG Clip path
This is svg resize path
HTML
<svg viewbox="0 0 3395 2056">
<defs>
<clipPath id="svgPath">
<path d="M4 4c1129,0 2258,0 3387,0 0,629 0,1257 0,1885 -492,0 -984,0 -1476,0 -1,216 -421,218 -421,0 -496,0 -993,0 -1490,0 0,-628 0,-1256 0,-1885z" />
</clipPath>
</defs>
<image xlink:href="http://i.stack.imgur.com/3DR2G.jpg" x="0" y="0" height="4500" width="4500" style="clip-path: url(#svgPath);" />
</svg>