<?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>網頁設計開發 &#8211; Hello Blog</title>
	<atom:link href="https://hellohim.com/blog/category/%E7%A7%91%E6%8A%80/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://hellohim.com/blog</link>
	<description>Hello Blog</description>
	<lastBuildDate>Mon, 27 May 2019 16:36:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.6</generator>

<image>
	<url>https://hellohim.com/blog/wp-content/uploads/2019/10/default-75x75.png</url>
	<title>網頁設計開發 &#8211; Hello Blog</title>
	<link>https://hellohim.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>jQuery Image Gallery : Fotorama</title>
		<link>https://hellohim.com/blog/jquery-image-gallery-fotorama/</link>
					<comments>https://hellohim.com/blog/jquery-image-gallery-fotorama/#respond</comments>
		
		<dc:creator><![CDATA[him]]></dc:creator>
		<pubDate>Mon, 27 May 2019 16:36:41 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[網頁設計開發]]></category>
		<guid isPermaLink="false">https://hellohim.com/blog/?p=1914</guid>

					<description><![CDATA[<p>Responsive + Mobile Friendly Javascript + CSS + jQuery Support arrow key navigation , full screen Demo : Code : Ref. https://fotorama.io/ https://github.com/artpolikarpov/fotorama/</p>
<p>The post <a rel="nofollow" href="https://hellohim.com/blog/jquery-image-gallery-fotorama/">jQuery Image Gallery : Fotorama</a> appeared first on <a rel="nofollow" href="https://hellohim.com/blog">Hello Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<ul><li>Responsive + Mobile Friendly</li><li>Javascript + CSS + jQuery</li><li>Support arrow key navigation , full screen</li></ul>



<hr class="wp-block-separator"/>



<p>Demo :</p>


<p><!-- jQuery 1.8 or later, 33 KB --><br />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script></p>
<p><!-- Fotorama from CDNJS, 19 KB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script></p>
<div class="fotorama" data-keyboard="true" data-nav="thumbs" data-allowfullscreen="true">
  <img src="https://s.fotorama.io/1.jpg"><br />
  <img src="https://s.fotorama.io/2.jpg">
</div>



<hr class="wp-block-separator is-style-wide"/>



<p>Code :</p>



<pre class="wp-block-code"><code lang="php" class="language-php line-numbers">&lt;!-- jQuery 1.8 or later, 33 KB -->
&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">&lt;/script>

&lt;!-- Fotorama from CDNJS, 19 KB -->
&lt;link  href="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet">
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js">&lt;/script>

&lt;div class="fotorama"
     data-keyboard="true"
     data-nav="thumbs"
     data-allowfullscreen="true">
  &lt;img src="https://s.fotorama.io/1.jpg">
  &lt;img src="https://s.fotorama.io/2.jpg">
&lt;/div></code></pre>



<hr class="wp-block-separator"/>



<blockquote class="wp-block-quote"><p>Ref.</p><p><a rel="noreferrer noopener" aria-label=" (在新分頁中開啟)" href="https://fotorama.io/" target="_blank">https://fotorama.io/</a></p><p><a href="https://github.com/artpolikarpov/fotorama/" target="_blank" rel="noreferrer noopener" aria-label=" (在新分頁中開啟)">https://github.com/artpolikarpov/fotorama/</a></p></blockquote>
<p>The post <a rel="nofollow" href="https://hellohim.com/blog/jquery-image-gallery-fotorama/">jQuery Image Gallery : Fotorama</a> appeared first on <a rel="nofollow" href="https://hellohim.com/blog">Hello Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hellohim.com/blog/jquery-image-gallery-fotorama/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
