โ† All Guides

Long Steam Artworks

April 16, 202652 views
+22 up ยท 0 down

How to Upload Long Images to Steam Showcases

This guide explains how to upload tall images or GIFs for Steam Artwork, Featured Artwork, or Screenshot showcases.

Requirements

  • You need to be at least Steam Level 10 to display an Artwork or Screenshot showcase on your profile.
  • For a regular Artwork Showcase, use a center image that is 506 px wide and a side image that is 100 px wide; keep both at the same height if you want them aligned.
  • For a Featured Artwork Showcase, use one image that is 630 px wide with any height.
  • Avoid using source images that are too small, because long artwork can crop or scale badly if the original resolution is low.

Open the Upload Page

  1. Open this page in Google Chrome or Mozilla Firefox: https://steamcommunity.com/sharedfiles/edititem/767/3/.
  2. Click Choose File and select your image or GIF.
  3. Open the browser console, either from the right-click menu with Inspect / Inspect Element or with a shortcut such as Ctrl+Shift+J in Chrome or Ctrl+Shift+K in Firefox.
  4. In Firefox, type allow pasting manually in the console once before pasting any command.

Run the Command

Paste only one of the following commands into the console and press Enter.

Artwork or Featured Artwork

$J('#image_width').val(1000).attr('id',''),$J('#image_height').val(1).attr('id','');

Screenshot

$J('#image_width').val(1000).attr('id',''),$J('#image_height').val(1).attr('id',''),$J('[name=file_type]').val(5);
  • Ignore the preview if it looks wrong, blank, or shows the wrong file; the guide notes that the selected image or GIF can still upload correctly.

Save and Add It

  1. Enter a title for the upload.
  2. Check the box confirming that you created the artwork.
  3. Click Save and Continue.
  4. In the showcase selector, the item may appear as a very thin black line at first; this is described as normal, and it should display properly once loaded on the profile.
Long Steam Artworks โ€” ProfileLab Guides