$(function(){
var $current = $(".para p img").each(function(i){
if($(this).width()>815){
$(this).css("width", 815);
}
});
})
$(function(){
var $current = $(".para p img").each(function(i){
if($(this).width()>815){
$(this).css("width", 815);
}
});
})