<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lazyload examples | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<atom:link href="https://www.sanaldata.com/e/lazyload-examples/feed" rel="self" type="application/rss+xml" />
	<link>https://www.sanaldata.com</link>
	<description>Yazılım ve teknoloji üzerine her türlü makaleye ulaşabileceğiniz site</description>
	<lastBuildDate>Tue, 27 Jun 2023 07:11:47 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.sanaldata.com/wp-content/uploads/2016/11/cropped-logo-32x32.png</url>
	<title>lazyload examples | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<link>https://www.sanaldata.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>LazyLoad Kullanımı Ve Örnek Kodlar</title>
		<link>https://www.sanaldata.com/lazyload-kullanimi-ve-ornek-kodlar</link>
					<comments>https://www.sanaldata.com/lazyload-kullanimi-ve-ornek-kodlar#respond</comments>
		
		<dc:creator><![CDATA[Burak]]></dc:creator>
		<pubDate>Sun, 12 Sep 2021 10:16:37 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[lazyload]]></category>
		<category><![CDATA[lazyload examples]]></category>
		<category><![CDATA[lazyload kullanımı]]></category>
		<category><![CDATA[lazyload nasıl kullanılır]]></category>
		<category><![CDATA[Lazyload örneği]]></category>
		<guid isPermaLink="false">https://www.sanaldata.com/?p=2019</guid>

					<description><![CDATA[<p>Merhabalar, Bir projenizd lazyload kullanmak isterseniz aşağıdaki adımları izlemeniz yeterlidir. Resim kodlarını aşağıdaki şekilde revize etmeniz gereklidir [crayon-69f1bd043ad3c550264179/] En son adım olarak aşağıdaki kod kütüphanelerini sisteme eklemeniz yeterlidir [crayon-69f1bd043ad4a780524040/] Dosyaları buradan indirebilirsiniz. Bir sonraki yazıda görüşünceye kadar bol sorgulu günler dilerim. ++ Eğer eklenti olmadan lazy load ve asyc yükleme yapmak isterseniz img tağııza aşağıdaki [&#8230;]</p>
The post <a href="https://www.sanaldata.com/lazyload-kullanimi-ve-ornek-kodlar">LazyLoad Kullanımı Ve Örnek Kodlar</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></description>
										<content:encoded><![CDATA[<p>Merhabalar,</p>
<p>Bir projenizd lazyload kullanmak isterseniz aşağıdaki adımları izlemeniz yeterlidir.</p>
<p><strong>Resim kodlarını aşağıdaki şekilde revize etmeniz gereklidir</strong></p><pre class="urvanov-syntax-highlighter-plain-tag">&lt;img class="lazy" src="loading_resmi.jpg" data-original="asil_gosterilecek_resim_adresi.jpg"&gt;</pre><p>En son adım olarak aşağıdaki kod kütüphanelerini sisteme eklemeniz yeterlidir</p><pre class="urvanov-syntax-highlighter-plain-tag">&lt;script src="js/jquery.js"&gt;&lt;/script&gt;
                                &lt;script type="text/javascript" charset="utf-8"&gt;
                                    $(function () {
                                        $(".lazy").lazyload();
                                    });
                                    $(function () {
                                        $("#artan_btn").click(function () {
                                            $(".lazy").lazyload();
                                        }
                                        );
                                        $("#azalan_btn").click(function () {
                                            $(".lazy").lazyload();
                                        }
                                       );
                                    });
   &lt;/script&gt;
    &lt;script src="js/jquery.lazyload.js"&gt;&lt;/script&gt;</pre><p>Dosyaları <a href="https://www.sanaldata.com/wp-content/uploads/2021/09/lazyload_ornegi.zip"><strong>buradan</strong></a> indirebilirsiniz.</p>
<p>Bir sonraki yazıda görüşünceye kadar bol sorgulu günler dilerim.</p>
<p>++</p>
<p>Eğer eklenti olmadan lazy load ve asyc yükleme yapmak isterseniz img tağııza aşağıdaki kodları eklemeniz yeterlidir.</p><pre class="urvanov-syntax-highlighter-plain-tag">decoding="async" loading="lazy"</pre><p>Bu <strong>internet explorer </strong>( Kullanan varmı ki <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ) hariç her browserda çalışmaktadır</p>The post <a href="https://www.sanaldata.com/lazyload-kullanimi-ve-ornek-kodlar">LazyLoad Kullanımı Ve Örnek Kodlar</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.sanaldata.com/lazyload-kullanimi-ve-ornek-kodlar/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
