<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Experience Builder doesn't Honour Basemap Thumbnail Dimensions in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-doesn-t-honour-basemap/m-p/1130698#M3457</link>
    <description>&lt;P&gt;Hi team,&lt;BR /&gt;I've noticed that Experience Builder doesn't honour the Basemap Thumbnail Dimensions as they are in Portal.&lt;/P&gt;&lt;P&gt;They appear to be a square where as 64x64 (1:1) where as the Thumbnails on Portal are 3:2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cory_Williams_0-1641363404718.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30801iE9263BEEA239D08F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cory_Williams_0-1641363404718.png" alt="Cory_Williams_0-1641363404718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any plans to make this a standard moving forward in AGOL and Portal? Or are there any plans to change ExB to honour standard thumbnail dimensions?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/put-your-best-thumbnail-forward/#:~:text=The%20standard%20thumbnail%20size%20is,to%20your%20ArcGIS%20Online%20items." target="_blank" rel="noopener"&gt;Put your best thumbnail forward (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 06:18:32 GMT</pubDate>
    <dc:creator>cw_mund</dc:creator>
    <dc:date>2022-01-05T06:18:32Z</dc:date>
    <item>
      <title>Experience Builder doesn't Honour Basemap Thumbnail Dimensions</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-doesn-t-honour-basemap/m-p/1130698#M3457</link>
      <description>&lt;P&gt;Hi team,&lt;BR /&gt;I've noticed that Experience Builder doesn't honour the Basemap Thumbnail Dimensions as they are in Portal.&lt;/P&gt;&lt;P&gt;They appear to be a square where as 64x64 (1:1) where as the Thumbnails on Portal are 3:2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cory_Williams_0-1641363404718.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30801iE9263BEEA239D08F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cory_Williams_0-1641363404718.png" alt="Cory_Williams_0-1641363404718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any plans to make this a standard moving forward in AGOL and Portal? Or are there any plans to change ExB to honour standard thumbnail dimensions?&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/put-your-best-thumbnail-forward/#:~:text=The%20standard%20thumbnail%20size%20is,to%20your%20ArcGIS%20Online%20items." target="_blank" rel="noopener"&gt;Put your best thumbnail forward (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 06:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-doesn-t-honour-basemap/m-p/1130698#M3457</guid>
      <dc:creator>cw_mund</dc:creator>
      <dc:date>2022-01-05T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder doesn't Honour Basemap Thumbnail Dimensions</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-doesn-t-honour-basemap/m-p/1130763#M3459</link>
      <description>&lt;P&gt;I think the "standard" may be shifting, actually. The square thumbnail style seems pretty common across the JS 4.x maps and apps. Even the new map viewer does it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uosl_0-1641386790950.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30816i8E4EC92020C687F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uosl_0-1641386790950.png" alt="uosl_0-1641386790950.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find the culprit in &lt;STRONG&gt;main.css&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-basemap-gallery__item-thumbnail {
 height:64px;
 width:auto;
 box-shadow:0 0 0 1px rgba(110,110,110,.3)
}
@supports(object-fit: cover) {
 .esri-basemap-gallery__item-thumbnail {
  height:64px;
  width:64px;
  object-fit:cover
 }
}&lt;/LI-CODE&gt;&lt;P&gt;Which is to say, short of modifying that stylesheet (which is not recommended), you may be stuck with squares for now.&lt;/P&gt;&lt;P&gt;They &lt;EM&gt;did &lt;/EM&gt;just post the 2022 Experience Builder Roadmap, and the basemap gallery will at some point be getting its own widget in EB. I would imagine once that happens, it will be a bit more configurable. Fingers crossed!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-doesn-t-honour-basemap/m-p/1130763#M3459</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-01-05T12:53:37Z</dc:date>
    </item>
  </channel>
</rss>

