I cannot get this simple append working. I'm trying to add two break tags AFTER the first Image.
This is a link
<script type="text/javascript">
$(document).ready(function(){
$('.photosize').find('img:first').append('<br/><br/>');
});
</script>