<?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: Pannellum	</title>
	<atom:link href="https://mpetroff.net/software/pannellum/feed/" rel="self" type="application/rss+xml" />
	<link>https://mpetroff.net</link>
	<description>mpetroff.net</description>
	<lastBuildDate>Fri, 10 Aug 2018 00:47:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Steffen Schmidt		</title>
		<link>https://mpetroff.net/software/pannellum/#comment-263286</link>

		<dc:creator><![CDATA[Steffen Schmidt]]></dc:creator>
		<pubDate>Fri, 13 Jul 2018 23:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?page_id=556#comment-263286</guid>

					<description><![CDATA[Hi Matthew,

Outstanding, elegant piece of work!
Just recently I added Pannellum to a WordPress Project – worked like a charm (almost needless to say: without any Plugin hassle/conflicts).
Thank you very much!

Keep up the great work!

Steffen]]></description>
			<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>Outstanding, elegant piece of work!<br />
Just recently I added Pannellum to a WordPress Project – worked like a charm (almost needless to say: without any Plugin hassle/conflicts).<br />
Thank you very much!</p>
<p>Keep up the great work!</p>
<p>Steffen</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/software/pannellum/#comment-261507</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Fri, 23 Feb 2018 17:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?page_id=556#comment-261507</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/software/pannellum/#comment-261500&quot;&gt;Diego Lopes&lt;/a&gt;.

Your browser&#039;s developer tools should tell exactly what&#039;s happening. If you&#039;re using a local file, you need to you a local web server as well, since browsers block loading files from the local filesystem; this is documented in the README. If you&#039;re trying to load images from a different domain than the page you&#039;re loading them from, it&#039;s probably due to a CORS error; again, your browser&#039;s developer tools will tell you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/software/pannellum/#comment-261500">Diego Lopes</a>.</p>
<p>Your browser&#8217;s developer tools should tell exactly what&#8217;s happening. If you&#8217;re using a local file, you need to you a local web server as well, since browsers block loading files from the local filesystem; this is documented in the README. If you&#8217;re trying to load images from a different domain than the page you&#8217;re loading them from, it&#8217;s probably due to a CORS error; again, your browser&#8217;s developer tools will tell you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diego Lopes		</title>
		<link>https://mpetroff.net/software/pannellum/#comment-261500</link>

		<dc:creator><![CDATA[Diego Lopes]]></dc:creator>
		<pubDate>Fri, 23 Feb 2018 12:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?page_id=556#comment-261500</guid>

					<description><![CDATA[Hi Matthew,

So, I&#039;m trying to use this &lt;del datetime=&quot;2018-02-23T16:57:21+00:00&quot;&gt;app&lt;/del&gt; library, but I&#039;m facing the follow error. Using an image in the pannellum.org site like https://pannellum.org/images/alma.jpg, it&#039;s working fine. If I put the same image in my local machine to do tests or put it in other site, I&#039;m facing the error that the image could not be accessed. Do you know what is happening?

Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>So, I&#8217;m trying to use this <del datetime="2018-02-23T16:57:21+00:00">app</del> library, but I&#8217;m facing the follow error. Using an image in the pannellum.org site like <a href="https://pannellum.org/images/alma.jpg" rel="nofollow ugc">https://pannellum.org/images/alma.jpg</a>, it&#8217;s working fine. If I put the same image in my local machine to do tests or put it in other site, I&#8217;m facing the error that the image could not be accessed. Do you know what is happening?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/software/pannellum/#comment-260895</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 19 Dec 2017 15:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?page_id=556#comment-260895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/software/pannellum/#comment-260854&quot;&gt;Folu&lt;/a&gt;.

For displaying something custom, you should create the viewer using the API and then use the &lt;code&gt;clickHandlerFunc&lt;/code&gt; and &lt;code&gt;clickHandlerArgs&lt;/code&gt; hot spot configuration parameters to trigger a custom function on click that does what you want. Hyperlink support is built-in and is activated using the &lt;code&gt;URL&lt;/code&gt; configuration parameter.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/software/pannellum/#comment-260854">Folu</a>.</p>
<p>For displaying something custom, you should create the viewer using the API and then use the <code>clickHandlerFunc</code> and <code>clickHandlerArgs</code> hot spot configuration parameters to trigger a custom function on click that does what you want. Hyperlink support is built-in and is activated using the <code>URL</code> configuration parameter.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Petroff		</title>
		<link>https://mpetroff.net/software/pannellum/#comment-260894</link>

		<dc:creator><![CDATA[Matthew Petroff]]></dc:creator>
		<pubDate>Tue, 19 Dec 2017 15:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpetroff.net/?page_id=556#comment-260894</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://mpetroff.net/software/pannellum/#comment-260824&quot;&gt;Bif&lt;/a&gt;.

The default zoom can be changed with the &lt;code&gt;hfov&lt;/code&gt; parameter. I have no idea what you mean by a panorama being &quot;stretchy.&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://mpetroff.net/software/pannellum/#comment-260824">Bif</a>.</p>
<p>The default zoom can be changed with the <code>hfov</code> parameter. I have no idea what you mean by a panorama being &#8220;stretchy.&#8221;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn0.mpetroff.net
Minified using Disk

Served from: mpetroff.net @ 2026-03-30 06:15:13 by W3 Total Cache
-->