<div class="entry-content">
<img title="israilin devlet terörü" alt="israilin devlet terörü" hspace="6" src="http://www.8sutun.com/files/israil%20askeri%20sniper.jpg" width="200" height="200" />
<pre>
<code>$(document).ready(function() {
$(".entry-content img").bind("error", function() {
$(this).attr("src", "https://wolkanca.com.tr/favicon-200x200.png");
});
});</code>
</pre>
<p><small>jQuery img on error replace src.</small></p>
</div>
body {
max-width: 58rem;
margin: 0 auto;
width: 100%;
overflow: hidden;
}
.entry-content {
margin: 0 auto;
max-width: 58rem;
width: 100%;
padding: 3rem;
}
.entry-content img {
display: inline;
float: left;
margin: 0 5px 5px 0;
/*background-image: url(https://wolkanca.com.tr/favicon-200x200.png);*/
/*background-size: cover;*/
}
pre {
font-size: large;
padding: 1rem;
}
$(document).ready(function() {
$(".entry-content img").bind("error", function() {
$(this).attr("src", "https://wolkanca.com.tr/favicon-200x200.png");
});
});