<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Demos on ABG.GG</title>
    <link>https://abg.gg/tags/demos/</link>
    <description>Recent content in Demos on ABG.GG</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Mon, 23 Sep 2024 15:10:27 +0000</lastBuildDate>
    <atom:link href="https://abg.gg/tags/demos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Demos</title>
      <link>https://abg.gg/game-collecting/demos/</link>
      <pubDate>Mon, 23 Sep 2024 15:10:27 +0000</pubDate>
      <guid>https://abg.gg/game-collecting/demos/</guid>
      <description>&lt;script src=&#34;https://abg.gg/shortcode-gallery/jquery-3.7.1.min.js&#34;&gt;&lt;/script&gt;&#xA;  &lt;script src=&#34;https://abg.gg/shortcode-gallery/swipebox/js/jquery.swipebox.min.js&#34;&gt;&lt;/script&gt;&#xA;  &lt;link rel=&#34;stylesheet&#34; href=&#34;https://abg.gg/shortcode-gallery/swipebox/css/swipebox.min.css&#34;&gt;&#xA;  &lt;script src=&#34;https://abg.gg/shortcode-gallery/justified_gallery/jquery.justifiedGallery.min.js&#34;&gt;&lt;/script&gt;&#xA;  &lt;link rel=&#34;stylesheet&#34; href=&#34;https://abg.gg/shortcode-gallery/justified_gallery/justifiedGallery.min.css&#34;&gt;&#xA;  &lt;script&gt;&#xA;    if (!(&#34;HSCGjQuery&#34; in window)) {&#xA;      if (!window.jQuery) { throw new Error(&#34;jQuery not loaded&#34;); }&#xA;      window.HSCGjQuery = window.jQuery.noConflict(true);&#xA;    }&#xA;    (function($) {&#xA;      $(document).ready(function() {&#xA;        &#xA;        $(document).on(&#39;click&#39;, &#39;#swipebox-slider .slide&#39;, function(e) {&#xA;          if ($(e.target).hasClass(&#39;slide&#39;)) {&#xA;            $(&#39;#swipebox-close&#39;).trigger(&#39;click&#39;);&#xA;          }&#xA;        });&#xA;&#xA;        var initialised = {};&#xA;        document.querySelectorAll(&#39;.game-images[data-gallery]&#39;).forEach(function(el) {&#xA;          el.addEventListener(&#39;toggle&#39;, function() {&#xA;            var id = this.getAttribute(&#39;data-gallery&#39;);&#xA;            if (this.open &amp;&amp; !initialised[id]) {&#xA;              initialised[id] = true;&#xA;              &#xA;              document.querySelectorAll(&#39;#&#39; + id + &#39; img[data-src]&#39;).forEach(function(img) {&#xA;                img.src = img.getAttribute(&#39;data-src&#39;);&#xA;              });&#xA;              $(&#39;#&#39; + id).justifiedGallery({&#xA;                rowHeight: 150,&#xA;                margins: 5,&#xA;                border: 0,&#xA;                waitThumbnailsLoad: true,&#xA;                lastRow: &#39;justify&#39;&#xA;              }).on(&#39;jg.complete&#39;, function() {&#xA;                $(this).find(&#39;a&#39;).swipebox();&#xA;&#xA;                &#xA;                &#xA;                &#xA;                $(this).find(&#39;.jg-entry a[data-orig-url]&#39;).each(function() {&#xA;                  var origUrl  = $(this).data(&#39;orig-url&#39;);&#xA;                  var origName = $(this).data(&#39;orig-name&#39;);&#xA;                  var btn = $(&#39;&lt;a&gt;&#39;)&#xA;                    .attr(&#39;href&#39;, origUrl)&#xA;                    .attr(&#39;download&#39;, origName)&#xA;                    .attr(&#39;title&#39;, &#39;Download full-resolution original&#39;)&#xA;                    .addClass(&#39;img-dl-btn&#39;)&#xA;                    .html(&#39;&amp;#8595;&#39;)          &#xA;                    .on(&#39;click&#39;, function(e) { e.stopPropagation(); });&#xA;                  $(this).parent().append(btn);&#xA;                });&#xA;              });&#xA;            }&#xA;          });&#xA;        });&#xA;      });&#xA;    })(window.HSCGjQuery);&#xA;  &lt;/script&gt;&#xA;  &lt;style&gt;&#xA;    .game-entry { margin-bottom: 1.5rem; }&#xA;    .game-entry h3 { margin-bottom: 0.2rem; }&#xA;    .game-notes {&#xA;      font-size: 0.875em;&#xA;      opacity: 0.7;&#xA;      margin: 0.1rem 0 0.4rem;&#xA;      font-style: italic;&#xA;    }&#xA;    .game-meta {&#xA;      display: flex;&#xA;      flex-wrap: wrap;&#xA;      gap: 0.15rem 1.5rem;&#xA;      margin: 0.2rem 0 0.5rem;&#xA;      font-size: 0.875em;&#xA;      opacity: 0.7;&#xA;    }&#xA;    .game-images &gt; summary {&#xA;      cursor: pointer;&#xA;      user-select: none;&#xA;      font-size: 0.875em;&#xA;      opacity: 0.8;&#xA;      padding: 0.2rem 0;&#xA;    }&#xA;    .game-images &gt; summary:hover { opacity: 1; }&#xA;    .game-images .justified-gallery { margin-top: 0.5rem; }&#xA;&#xA;     &#xA;    .img-dl-btn {&#xA;      position: absolute;&#xA;      bottom: 6px;&#xA;      right: 6px;&#xA;      width: 26px;&#xA;      height: 26px;&#xA;      display: flex;&#xA;      align-items: center;&#xA;      justify-content: center;&#xA;      background: rgba(0, 0, 0, 0.55);&#xA;      color: #fff;&#xA;      border-radius: 4px;&#xA;      font-size: 14px;&#xA;      text-decoration: none;&#xA;      opacity: 0;&#xA;      transition: opacity 0.15s;&#xA;      z-index: 10;&#xA;    }&#xA;    .jg-entry:hover .img-dl-btn { opacity: 1; }&#xA;&#xA;     &#xA;    .game-downloads {&#xA;      display: flex;&#xA;      flex-wrap: wrap;&#xA;      align-items: center;&#xA;      gap: 0.4rem 0.75rem;&#xA;      margin-top: 0.6rem;&#xA;      font-size: 0.8em;&#xA;    }&#xA;    .game-downloads .dl-label { opacity: 0.6; }&#xA;    .game-downloads a {&#xA;      display: inline-flex;&#xA;      align-items: center;&#xA;      gap: 0.25rem;&#xA;      padding: 0.15rem 0.5rem;&#xA;      border: 1px solid currentColor;&#xA;      border-radius: 3px;&#xA;      text-decoration: none;&#xA;      opacity: 0.7;&#xA;    }&#xA;    .game-downloads a:hover { opacity: 1; }&#xA;    .game-list-subtitle {&#xA;      font-size: 0.875em;&#xA;      opacity: 0.7;&#xA;      margin-top: 0;&#xA;      margin-bottom: 1.5rem;&#xA;    }&#xA;  &lt;/style&gt;&#xA;&#xA;&lt;p class=&#34;game-list-subtitle&#34;&gt;To download a full resolution version of any image, hover over it and click the download button in the bottom right of the image. &lt;br /&gt;&lt;br /&gt;If anything is broken, or you need additional/better images from anything, please email &lt;a href=&#34;mailto:images@abg.gg&#34;&gt;images@abg.gg&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
