When you upload image you have smth like this
<a href="http://vitya/wp-content/uploads/2014/06/8.jpg">
<img class="alignnone size-Small x Big wp-image-65" src="http://vitya/wp-content/uploads/2014/06/8-286x398.jpg" alt="8" width="286" height="398" />
</a>
I need it to be surrounded with div
<div class="size-Small x Big">
<a href="http://vitya/wp-content/uploads/2014/06/8.jpg">
<img class="alignnone size-Small x Big wp-image-65" src="http://vitya/wp-content/uploads/2014/06/8-286x398.jpg" alt="8" width="286" height="398" />
</a>
</div>
Plz help, who know how to do this
Read more here: Surround uploaded image link with div