<?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: Post: Display Featured image in Hero image section	</title>
	<atom:link href="https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/feed/" rel="self" type="application/rss+xml" />
	<link>https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Mar 2022 05:33:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/#comment-600</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Thu, 10 Mar 2022 05:33:36 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=4288#comment-600</guid>

					<description><![CDATA[Closed]]></description>
			<content:encoded><![CDATA[<p>Closed</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: wpos		</title>
		<link>https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/#comment-584</link>

		<dc:creator><![CDATA[wpos]]></dc:creator>
		<pubDate>Fri, 25 Feb 2022 10:18:39 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=4288#comment-584</guid>

					<description><![CDATA[Hello,

5. Check if the user is using a mobile device or not, load and display the proper image size accordingly.
&#062;&#062;I have done this changes

right now we have following registered image size

==========================
Array
(
    [thumbnail] =&#062; Array
        (
            [width] =&#062; 150
            [height] =&#062; 150
            [crop] =&#062; 1
        )

    [medium] =&#062; Array
        (
            [width] =&#062; 300
            [height] =&#062; 300
            [crop] =&#062; 
        )

    [medium_large] =&#062; Array
        (
            [width] =&#062; 768
            [height] =&#062; 0
            [crop] =&#062; 
        )

    [large] =&#062; Array
        (
            [width] =&#062; 1024
            [height] =&#062; 1024
            [crop] =&#062; 
        )

    [1536x1536] =&#062; Array
        (
            [width] =&#062; 1536
            [height] =&#062; 1536
            [crop] =&#062; 
        )

    [2048x2048] =&#062; Array
        (
            [width] =&#062; 2048
            [height] =&#062; 2048
            [crop] =&#062; 
        )

    [post-thumbnail] =&#062; Array
        (
            [width] =&#062; 800
            [height] =&#062; 9999
            [crop] =&#062; 
        )

    [full-width-thumb] =&#062; Array
        (
            [width] =&#062; 1200
            [height] =&#062; 9999
            [crop] =&#062; 
        )

    [wpforge-logo] =&#062; Array
        (
            [width] =&#062; 1200
            [height] =&#062; 9999
            [crop] =&#062; 
        )

)
==========================

I have used &#039;large&#039; for mob and tab, &#039;1536x1536&#039; for desktop

I tried different sizes for the mob/tab and desktop spend some time checking but finally, I decided above  two because some are larger than needed and some are smaller than needed so look blurry
let me know if any issues.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>5. Check if the user is using a mobile device or not, load and display the proper image size accordingly.<br />
&gt;&gt;I have done this changes</p>
<p>right now we have following registered image size</p>
<p>==========================<br />
Array<br />
(<br />
    [thumbnail] =&gt; Array<br />
        (<br />
            [width] =&gt; 150<br />
            [height] =&gt; 150<br />
            [crop] =&gt; 1<br />
        )</p>
<p>    [medium] =&gt; Array<br />
        (<br />
            [width] =&gt; 300<br />
            [height] =&gt; 300<br />
            [crop] =&gt;<br />
        )</p>
<p>    [medium_large] =&gt; Array<br />
        (<br />
            [width] =&gt; 768<br />
            [height] =&gt; 0<br />
            [crop] =&gt;<br />
        )</p>
<p>    [large] =&gt; Array<br />
        (<br />
            [width] =&gt; 1024<br />
            [height] =&gt; 1024<br />
            [crop] =&gt;<br />
        )</p>
<p>    [1536&#215;1536] =&gt; Array<br />
        (<br />
            [width] =&gt; 1536<br />
            [height] =&gt; 1536<br />
            [crop] =&gt;<br />
        )</p>
<p>    [2048&#215;2048] =&gt; Array<br />
        (<br />
            [width] =&gt; 2048<br />
            [height] =&gt; 2048<br />
            [crop] =&gt;<br />
        )</p>
<p>    [post-thumbnail] =&gt; Array<br />
        (<br />
            [width] =&gt; 800<br />
            [height] =&gt; 9999<br />
            [crop] =&gt;<br />
        )</p>
<p>    [full-width-thumb] =&gt; Array<br />
        (<br />
            [width] =&gt; 1200<br />
            [height] =&gt; 9999<br />
            [crop] =&gt;<br />
        )</p>
<p>    [wpforge-logo] =&gt; Array<br />
        (<br />
            [width] =&gt; 1200<br />
            [height] =&gt; 9999<br />
            [crop] =&gt;<br />
        )</p>
<p>)<br />
==========================</p>
<p>I have used &#8216;large&#8217; for mob and tab, &#8216;1536&#215;1536&#8217; for desktop</p>
<p>I tried different sizes for the mob/tab and desktop spend some time checking but finally, I decided above  two because some are larger than needed and some are smaller than needed so look blurry<br />
let me know if any issues.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: wpos		</title>
		<link>https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/#comment-578</link>

		<dc:creator><![CDATA[wpos]]></dc:creator>
		<pubDate>Tue, 22 Feb 2022 12:14:21 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=4288#comment-578</guid>

					<description><![CDATA[Hello,

I have done for post and page according to your Tech specs

Note:-
for the page, you need to set page Featured  image from the default editor https://prnt.sc/ZUSGxYld6kWo

I have noticed you are giving the banner image from the element https://prnt.sc/xcDDFgZGzdy8                
please do not add a banner image from the elemntor]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have done for post and page according to your Tech specs</p>
<p>Note:-<br />
for the page, you need to set page Featured  image from the default editor <a href="https://prnt.sc/ZUSGxYld6kWo" rel="nofollow ugc">https://prnt.sc/ZUSGxYld6kWo</a></p>
<p>I have noticed you are giving the banner image from the element <a href="https://prnt.sc/xcDDFgZGzdy8" rel="nofollow ugc">https://prnt.sc/xcDDFgZGzdy8</a><br />
please do not add a banner image from the elemntor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: webdeveloper		</title>
		<link>https://tracking.fivebranches.edu/page-templates/cpt-for-posts/post-display-featured-image-in-hero-image-section/#comment-572</link>

		<dc:creator><![CDATA[webdeveloper]]></dc:creator>
		<pubDate>Tue, 22 Feb 2022 04:40:50 +0000</pubDate>
		<guid isPermaLink="false">https://tracking.fivebranches.edu/?p=4288#comment-572</guid>

					<description><![CDATA[Ready for development]]></description>
			<content:encoded><![CDATA[<p>Ready for development</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
