<?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: What determines size of maximized infoWindow, how to increase font in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497974#M46304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There it is!&amp;nbsp; I wasn't looking high enough.&amp;nbsp; I was focused on 'sizer'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2015 21:37:40 GMT</pubDate>
    <dc:creator>TracySchloss</dc:creator>
    <dc:date>2015-10-27T21:37:40Z</dc:date>
    <item>
      <title>What determines size of maximized infoWindow, how to increase font</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497970#M46300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like it would be a useful thing for the maximize button on an infoWindow to do something besides make the window bigger.&amp;nbsp; Wouldn't it be nice to have the font size increased too?&amp;nbsp; It seems like that would help people with low vision.&amp;nbsp; I'm not sure how you might go about that.&amp;nbsp; I don't see an event for when the window is maximized, but maybe I'm looking in the wrong place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497970#M46300</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-10-27T21:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: What determines size of maximized infoWindow, how to increase font</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497971#M46301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4289" target="_blank"&gt;Tracy Schloss&lt;/A&gt;​ you could quite easily accomplish this using css. If you use the css inspection tools available in most browsers you'll see that a class named esriPopupMaximized is added to the popup after you press the maximize button.&amp;nbsp; You can add a css rule for the popup content, title and title buttons to increase the size when the class is present. Here's an example of how this would look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriPopupMaximized .contentPane, .esriPopupMaximized .titlePane .title, .esriPopupMaximized .titlePane .titleButton {
&amp;nbsp; font-size: large;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497971#M46301</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: What determines size of maximized infoWindow, how to increase font</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497972#M46302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been looking at the styles that are assigned and I didn't see that there's a change in class.&amp;nbsp; It all&amp;nbsp; stayed the same .esriPopup .contentPane to me.&amp;nbsp; However, when I added your suggestion to the CSS, it did the trick.&amp;nbsp; Thanks Kelly! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497972#M46302</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-10-27T21:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: What determines size of maximized infoWindow, how to increase font</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497973#M46303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped.&amp;nbsp; As far as the class being added&amp;nbsp; here's an example of what I see when I inspect the popup after I've maximized the popup. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-27 at 2.33.47 PM.png" class="image-1 jive-image" src="/legacyfs/online/133609_Screen Shot 2015-10-27 at 2.33.47 PM.png" style="width: 620px; height: 116px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497973#M46303</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-10-27T21:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: What determines size of maximized infoWindow, how to increase font</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497974#M46304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There it is!&amp;nbsp; I wasn't looking high enough.&amp;nbsp; I was focused on 'sizer'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-determines-size-of-maximized-infowindow-how/m-p/497974#M46304</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-10-27T21:37:40Z</dc:date>
    </item>
  </channel>
</rss>

