diff --git a/indra/newview/llfloaterfacebook.cpp b/indra/newview/llfloaterfacebook.cpp
index 3a2047cfef4dbaf88f6f55ec20b23c7cb63c86c0..def8d7ae8971d4278f02c865ec5ee5db8e3e226b 100644
--- a/indra/newview/llfloaterfacebook.cpp
+++ b/indra/newview/llfloaterfacebook.cpp
@@ -66,7 +66,7 @@ const std::string DEFAULT_PHOTO_QUERY_PARAMETERS = "?sourceid=slshare_photo&utm_
 
 const S32 MAX_QUALITY = 100;        // Max quality value for jpeg images
 const S32 MIN_QUALITY = 0;          // Min quality value for jpeg images
-const S32 TARGET_DATA_SIZE = 95000; // Size of the image (compressed) we're trying to send to Facebook
+const S32 TARGET_DATA_SIZE = 950000; // Size of the image (compressed) we're trying to send to Facebook
 
 std::string get_map_url()
 {
diff --git a/indra/newview/skins/default/xui/en/panel_snapshot_inventory.xml b/indra/newview/skins/default/xui/en/panel_snapshot_inventory.xml
index ea579c6dae579a6f2121c934319da8dc617affbc..b26faf01860d8194151e089095d72f50f64d0a89 100755
--- a/indra/newview/skins/default/xui/en/panel_snapshot_inventory.xml
+++ b/indra/newview/skins/default/xui/en/panel_snapshot_inventory.xml
@@ -59,6 +59,14 @@
          label="Large (512x512)"
          name="Large(512x512)"
          value="[i512,i512]" />
+        <combo_box.item
+         label="Extra Large (1024x1024)"
+         name="Large(1024x1024)"
+         value="[i,i1024]" />
+        <combo_box.item
+         label="Current Window"
+         name="CurrentWindow"
+         value="[i0,i0]" />
         <combo_box.item
          label="Custom"
          name="Custom"