Skip to content

Commit

Permalink
Add notes about Imgur's built-in /zip route
Browse files Browse the repository at this point in the history
Large enough albums can crash the browser tab running the webapp, so it's good
to tell the user that there's an alternative.

Adds a note to the app footer (and tweaks the height so the extra line fits), and
to the README for users who click through.
  • Loading branch information
dgw committed Oct 4, 2017
1 parent 217c9f4 commit 9aa0601
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,3 +4,7 @@ Imgur Album Downlaoder
A Pure JS webapp to download entire or parts of Imgur albums.

Go to http://dschep.github.io/imgur-album-downloader to use it!

Note: Large albums or albums containing very high resolution photos
might not work, depending on how much RAM your system has. You can
download whole albums natively on Imgur by appending `/zip` to the URL.
4 changes: 2 additions & 2 deletions css/app.css
Expand Up @@ -71,12 +71,12 @@ body > div {
height: 100%;
/* Negative indent footer by it's height */

margin: 0 auto -60px;
margin: 0 auto -100px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
height: 60px;
height: 100px;
}
#footer {
background-color: #111;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -25,6 +25,9 @@
Source on <a href="https://github.com/dschep/imgur-album-downloader">
<i class="icon-github"></i></a>
</p>
<p class="muted">
Tab crashing during the download? Try appending <tt>/zip</tt> to the Imgur album URL.
</p>
</div>
</footer>
<script>
Expand Down

0 comments on commit 9aa0601

Please sign in to comment.