<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: SwiperJS React Video Tutorial &#124; 2020	</title>
	<atom:link href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Tue, 04 Aug 2020 12:56:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Timo		</title>
		<link>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/#comment-106217</link>

		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 12:56:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4209#comment-106217</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/#comment-106213&quot;&gt;amin&lt;/a&gt;.

Hi amin,
can you try this?

&lt;pre&gt;import { Swiper, Lazy } from &#039;swiper&#039;;
Swiper.use([Lazy]);

export default () =&gt; {
  return (
    &#060;Swiper lazy&#062;
      &#060;SwiperSlide&#062;Slide 1&#060;/SwiperSlide&#062;
      &#060;SwiperSlide&#062;Slide 2&#060;/SwiperSlide&#062;
      &#060;SwiperSlide&#062;Slide 3&#060;/SwiperSlide&#062;
      &#060;SwiperSlide&#062;Slide 4&#060;/SwiperSlide&#062;
    &#060;/Swiper&#062;
  );
};&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/#comment-106213">amin</a>.</p>
<p>Hi amin,<br />
can you try this?</p>
<pre>import { Swiper, Lazy } from 'swiper';
Swiper.use([Lazy]);

export default () => {
  return (
    &#60;Swiper lazy&#62;
      &#60;SwiperSlide&#62;Slide 1&#60;/SwiperSlide&#62;
      &#60;SwiperSlide&#62;Slide 2&#60;/SwiperSlide&#62;
      &#60;SwiperSlide&#62;Slide 3&#60;/SwiperSlide&#62;
      &#60;SwiperSlide&#62;Slide 4&#60;/SwiperSlide&#62;
    &#60;/Swiper&#62;
  );
};</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: amin		</title>
		<link>https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/#comment-106213</link>

		<dc:creator><![CDATA[amin]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 06:24:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4209#comment-106213</guid>

					<description><![CDATA[Hi timo...
thanks for video
how we can use lazy load image in swiper js in react?
swiper js documantion not usefull for me !]]></description>
			<content:encoded><![CDATA[<p>Hi timo&#8230;<br />
thanks for video<br />
how we can use lazy load image in swiper js in react?<br />
swiper js documantion not usefull for me !</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
