<?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>jquery ile resim yakınlaştırma | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<atom:link href="https://www.sanaldata.com/e/jquery-ile-resim-yakinlastirma/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>Fri, 18 Jun 2021 09:00:13 +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>jquery ile resim yakınlaştırma | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<link>https://www.sanaldata.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Jquery ile Resim Zoom Yapma</title>
		<link>https://www.sanaldata.com/jquery-ile-resim-zoom-yapma</link>
					<comments>https://www.sanaldata.com/jquery-ile-resim-zoom-yapma#respond</comments>
		
		<dc:creator><![CDATA[Burak]]></dc:creator>
		<pubDate>Thu, 22 Oct 2020 11:16:00 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[eticaret jquery resim zoom yapma]]></category>
		<category><![CDATA[jquery ile resim büyütme]]></category>
		<category><![CDATA[jquery ile resim yakınlaştırma]]></category>
		<guid isPermaLink="false">https://www.sanaldata.com/?p=1477</guid>

					<description><![CDATA[<p>Merhabalar, Jquery ile resim zoom yapmak isterseniz aşağıdaki kodları kullanabilirsiniz. Javascript dosyasının buradan indirebilirsiniz. [crayon-69f32a53f1ea8950619064/] Eğer çoklu resim için yani galeri stili yapmak isterseniz buradaki kodları indirip kullanabilirsiniz. Yukardaki kodlar tek bir resim içindir.</p>
The post <a href="https://www.sanaldata.com/jquery-ile-resim-zoom-yapma">Jquery ile Resim Zoom Yapma</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>Jquery ile resim zoom yapmak isterseniz aşağıdaki kodları kullanabilirsiniz. Javascript dosyasının <a href="https://www.sanaldata.com/wp-content/uploads/2020/10/jquery.elevatezoom.min_.zip"><strong>buradan</strong></a> indirebilirsiniz.</p><pre class="urvanov-syntax-highlighter-plain-tag">&lt;!DOCTYPE HTML&gt;
&lt;html lang="tr-TR"&gt;
&lt;head&gt;

	&lt;meta charset="UTF-8"&gt;
	&lt;title&gt;cArleone&lt;/title&gt;
	&lt;script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js"&gt;&lt;/script&gt;
	&lt;script type="text/javascript" src="https://www.elevateweb.co.uk/wp-content/themes/radial/jquery.elevatezoom.min.js"&gt;&lt;/script&gt;
	&lt;script type="text/javascript"&gt;

		$(function(){

			$("#zoom").elevateZoom({

				tint:true, 

				tintColour:'#d12c69', 

				tintOpacity:0.2,

				cursor: "crosshair",

				scrollZoom : true

			});

		})

	&lt;/script&gt;
	&lt;style type="text/css"&gt;	

	&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;img src="kucuk/kucuk_resim.jpg" id="zoom" data-zoom-image="buyuk/buyuk_resim.jpg" /&gt;
&lt;/body&gt;
&lt;/html&gt;</pre><p>Eğer çoklu resim için yani galeri stili yapmak isterseniz <strong><a href="https://www.sanaldata.com/wp-content/uploads/2020/10/zoom.zip">buradaki</a></strong> kodları indirip kullanabilirsiniz. Yukardaki kodlar tek bir resim içindir.</p>
<div id="attachment_1485" style="width: 561px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-1485" class="size-full wp-image-1485" src="https://www.sanaldata.com/wp-content/uploads/2020/10/Screenshot_1.png" alt="Jquery image zoom" width="551" height="634" srcset="https://www.sanaldata.com/wp-content/uploads/2020/10/Screenshot_1.png 551w, https://www.sanaldata.com/wp-content/uploads/2020/10/Screenshot_1-261x300.png 261w" sizes="(max-width: 551px) 100vw, 551px" /><p id="caption-attachment-1485" class="wp-caption-text">Jquery image zoom</p></div>The post <a href="https://www.sanaldata.com/jquery-ile-resim-zoom-yapma">Jquery ile Resim Zoom Yapma</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/jquery-ile-resim-zoom-yapma/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
