Follow along with the video below to see how to install our site as a web app on your home screen.
ملاحظة: This feature may not be available in some browsers.
return '<img src="' . $link . '" border="0" alt="" />';
return '<img src="' . $link . '" onload="if(largerThan(this.width,600)) {this.width=600;this.alt=\'اضغط هنا لترى الصورة بحجمها الطبيعى\';}" onmouseover="if(this.alt) this.style.cursor=\'hand\';" onclick="if(this.alt) window.open(\'' . $link . '\');" border="0" />';
<script type="text/javascript">
function largerThan(a,b)
{
return a>b;
}
</script>