<?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 Re: WebAppbuilder splash screen size in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744068#M19561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add this to the style.css then the splash is resized (lines 6 &amp;amp; 7 Added):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .splash-container{&amp;nbsp; 
&amp;nbsp; position: absolute;&amp;nbsp; 
&amp;nbsp; display: inline-block;&amp;nbsp; 
&amp;nbsp; background-color: #485566;&amp;nbsp; 
&amp;nbsp; box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);&amp;nbsp; 
&amp;nbsp; width: 800px;&amp;nbsp; 
&amp;nbsp; height: 600px;&amp;nbsp; 
}&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you want the splash content to take up the new height then make this adjustment to the css:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .custom-content{&amp;nbsp; 
&amp;nbsp; /*width: 560px;*/&amp;nbsp; 
&amp;nbsp; margin: 20px auto;&amp;nbsp; 
&amp;nbsp; overflow: auto;&amp;nbsp; 
&amp;nbsp; color: #fff;&amp;nbsp; 
&amp;nbsp; /*max-height: 388px;*/&amp;nbsp; 
&amp;nbsp; height: 470px;&amp;nbsp; 
}&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you want the new splash size to be centered:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .envelope{
&amp;nbsp; max-height: 600px;
&amp;nbsp; max-width: 800px;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the Widget.js _changeStatus function &lt;STRONG&gt;comment out&lt;/STRONG&gt; this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;html.setStyle(this.customContentNode, 'height', 'auto');&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 07:40:02 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T07:40:02Z</dc:date>
    <item>
      <title>WebAppbuilder splash screen size</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744067#M19560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I go a bit crazy while digging the code I just wanted to ask if anybody knows by heart where I can change the default splash screen size. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing the numbers from&lt;/P&gt;&lt;P&gt;&lt;EM&gt;widgets\Splash\css\style.css&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;.jimu-widget-splash-desktop.envelope&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is sadly not enough&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAB version 2.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ramon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744067#M19560</guid>
      <dc:creator>AveKargaja</dc:creator>
      <dc:date>2016-06-09T11:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: WebAppbuilder splash screen size</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744068#M19561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add this to the style.css then the splash is resized (lines 6 &amp;amp; 7 Added):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .splash-container{&amp;nbsp; 
&amp;nbsp; position: absolute;&amp;nbsp; 
&amp;nbsp; display: inline-block;&amp;nbsp; 
&amp;nbsp; background-color: #485566;&amp;nbsp; 
&amp;nbsp; box-shadow: 0 0 4px rgba(160, 160, 160, 0.4);&amp;nbsp; 
&amp;nbsp; width: 800px;&amp;nbsp; 
&amp;nbsp; height: 600px;&amp;nbsp; 
}&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you want the splash content to take up the new height then make this adjustment to the css:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .custom-content{&amp;nbsp; 
&amp;nbsp; /*width: 560px;*/&amp;nbsp; 
&amp;nbsp; margin: 20px auto;&amp;nbsp; 
&amp;nbsp; overflow: auto;&amp;nbsp; 
&amp;nbsp; color: #fff;&amp;nbsp; 
&amp;nbsp; /*max-height: 388px;*/&amp;nbsp; 
&amp;nbsp; height: 470px;&amp;nbsp; 
}&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you want the new splash size to be centered:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.jimu-widget-splash-desktop .envelope{
&amp;nbsp; max-height: 600px;
&amp;nbsp; max-width: 800px;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the Widget.js _changeStatus function &lt;STRONG&gt;comment out&lt;/STRONG&gt; this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;html.setStyle(this.customContentNode, 'height', 'auto');&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744068#M19561</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: WebAppbuilder splash screen size</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744069#M19562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thank You very much @Robert Scheitlin &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 13:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/webappbuilder-splash-screen-size/m-p/744069#M19562</guid>
      <dc:creator>AveKargaja</dc:creator>
      <dc:date>2016-06-09T13:18:38Z</dc:date>
    </item>
  </channel>
</rss>

