{"id":78,"date":"2026-03-17T22:22:57","date_gmt":"2026-03-17T22:22:57","guid":{"rendered":"https:\/\/jerktribute.com\/?p=78"},"modified":"2026-03-17T22:22:58","modified_gmt":"2026-03-17T22:22:58","slug":"social-media-girl-vitoria-stasiaki","status":"publish","type":"post","link":"https:\/\/jerktribute.com\/index.php\/2026\/03\/17\/social-media-girl-vitoria-stasiaki\/","title":{"rendered":"Social Media Girl #Vitoria Stasiaki"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes\">\n    <title>Gallery with Slideshow<\/title>\n    \n    <!-- SimpleLightbox CSS -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simplelightbox\/2.14.3\/simple-lightbox.min.css\">\n    \n    <style>\n        \/* Reset and base styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        html {\n            font-size: 16px;\n            -webkit-text-size-adjust: 100%;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background-color: #f5f5f5;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        \/* Main container *\/\n        .main-container {\n            width: 100%;\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 10px;\n            flex: 1;\n        }\n        \n        \/* Slideshow controls - fully responsive *\/\n        .slideshow-controls {\n            display: flex;\n            flex-direction: row;\n            flex-wrap: wrap;\n            justify-content: center;\n            align-items: center;\n            gap: 10px;\n            margin: 15px auto 25px;\n            padding: 15px 10px;\n            background: white;\n            border-radius: 50px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            max-width: 600px;\n            width: 100%;\n        }\n        \n        .slideshow-controls button {\n            padding: 12px 24px;\n            background: #4CAF50;\n            color: white;\n            border: none;\n            border-radius: 40px;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            min-width: 140px;\n            box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);\n            -webkit-tap-highlight-color: transparent;\n            touch-action: manipulation;\n        }\n        \n        .slideshow-controls button:hover {\n            background: #45a049;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);\n        }\n        \n        .slideshow-controls button:active {\n            transform: translateY(0);\n        }\n        \n        .slideshow-controls button.pause {\n            background: #f44336;\n            box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);\n        }\n        \n        .slideshow-controls button.pause:hover {\n            background: #da190b;\n        }\n        \n        \/* Speed control - responsive *\/\n        .speed-control {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            flex-wrap: wrap;\n            justify-content: center;\n        }\n        \n        .speed-control label {\n            color: #666;\n            font-size: 0.9rem;\n            font-weight: 500;\n        }\n        \n        .speed-control select {\n            padding: 10px 16px;\n            border-radius: 40px;\n            border: 1px solid #ddd;\n            font-size: 0.95rem;\n            cursor: pointer;\n            background-color: white;\n            transition: all 0.3s;\n            min-width: 130px;\n            appearance: none;\n            -webkit-appearance: none;\n            background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n            background-repeat: no-repeat;\n            background-position: right 12px center;\n            background-size: 16px;\n            padding-right: 40px;\n        }\n        \n        .speed-control select:hover {\n            border-color: #4CAF50;\n        }\n        \n        \/* Slideshow status *\/\n        .slideshow-controls .status {\n            font-size: 0.95rem;\n            color: #666;\n            font-weight: 600;\n            padding: 8px 16px;\n            background: #f0f0f0;\n            border-radius: 40px;\n            white-space: nowrap;\n        }\n        \n        \/* Responsive gallery grid *\/\n        .gallery {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 15px;\n            width: 100%;\n            margin: 0 auto;\n        }\n        \n        \/* Gallery items *\/\n        .gallery-item {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: transform 0.25s ease, box-shadow 0.25s ease;\n            aspect-ratio: 4\/3;\n            position: relative;\n        }\n        \n        .gallery-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 24px rgba(0,0,0,0.15);\n        }\n        \n        .gallery-item a {\n            display: block;\n            width: 100%;\n            height: 100%;\n            text-decoration: none;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.4s ease;\n        }\n        \n        .gallery-item:hover img {\n            transform: scale(1.08);\n        }\n        \n        \/* Media queries for different devices *\/\n        \n        \/* Tablets (between 768px and 1024px) *\/\n        @media (max-width: 1024px) and (min-width: 768px) {\n            .main-container {\n                padding: 15px;\n            }\n            \n            .gallery {\n                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n                gap: 15px;\n            }\n            \n            .slideshow-controls {\n                max-width: 550px;\n                padding: 12px 8px;\n            }\n            \n            .slideshow-controls button {\n                padding: 10px 20px;\n                min-width: 120px;\n                font-size: 0.95rem;\n            }\n        }\n        \n        \/* Mobile phones (up to 768px) *\/\n        @media (max-width: 768px) {\n            .main-container {\n                padding: 8px;\n            }\n            \n            .slideshow-controls {\n                flex-direction: column;\n                border-radius: 30px;\n                padding: 15px;\n                gap: 12px;\n                max-width: 350px;\n                margin: 10px auto 20px;\n            }\n            \n            .slideshow-controls button {\n                width: 100%;\n                max-width: 280px;\n                padding: 14px 20px;\n                font-size: 1rem;\n                min-width: unset;\n            }\n            \n            .speed-control {\n                width: 100%;\n                justify-content: center;\n            }\n            \n            .speed-control select {\n                width: 180px;\n                padding: 12px 16px;\n                padding-right: 40px;\n                font-size: 1rem;\n            }\n            \n            .slideshow-controls .status {\n                width: auto;\n                text-align: center;\n                font-size: 0.9rem;\n                padding: 6px 15px;\n            }\n            \n            .gallery {\n                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n                gap: 10px;\n            }\n        }\n        \n        \/* Small mobile phones (up to 480px) *\/\n        @media (max-width: 480px) {\n            .gallery {\n                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));\n                gap: 8px;\n            }\n            \n            .slideshow-controls {\n                padding: 12px;\n                margin: 5px auto 15px;\n                max-width: 320px;\n            }\n            \n            .slideshow-controls button {\n                padding: 12px 16px;\n                font-size: 0.95rem;\n                max-width: 260px;\n            }\n            \n            .speed-control select {\n                width: 160px;\n                padding: 10px 14px;\n                padding-right: 35px;\n                font-size: 0.95rem;\n            }\n        }\n        \n        \/* Very small mobile phones (up to 360px) *\/\n        @media (max-width: 360px) {\n            .gallery {\n                grid-template-columns: 1fr 1fr;\n                gap: 6px;\n            }\n            \n            .gallery-item {\n                aspect-ratio: 1\/1;\n            }\n            \n            .slideshow-controls .status {\n                font-size: 0.85rem;\n                padding: 5px 12px;\n            }\n        }\n        \n        \/* Landscape orientation on mobile *\/\n        @media (max-width: 900px) and (orientation: landscape) {\n            .gallery {\n                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n            }\n            \n            .slideshow-controls {\n                flex-direction: row;\n                max-width: 550px;\n            }\n        }\n        \n        \/* Touch feedback for mobile devices *\/\n        @media (hover: none) and (pointer: coarse) {\n            .gallery-item:active {\n                transform: scale(0.98);\n                opacity: 0.9;\n            }\n            \n            .slideshow-controls button:active {\n                transform: scale(0.96);\n            }\n        }\n        \n        \/* Accessibility improvements *\/\n        .gallery-item:focus-visible,\n        .slideshow-controls button:focus-visible,\n        .speed-control select:focus-visible {\n            outline: 3px solid #4CAF50;\n            outline-offset: 2px;\n        }\n        \n        \/* Animations *\/\n        .gallery-item {\n            opacity: 0;\n            animation: fadeIn 0.4s ease forwards;\n        }\n        \n        @keyframes fadeIn {\n            to {\n                opacity: 1;\n            }\n        }\n        \n        .gallery-item:nth-child(odd) { animation-delay: 0.1s; }\n        .gallery-item:nth-child(3n) { animation-delay: 0.2s; }\n        .gallery-item:nth-child(5n) { animation-delay: 0.3s; }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"main-container\">\n        <!-- Slideshow controls -->\n        <div class=\"slideshow-controls\">\n            <button id=\"playPauseBtn\" class=\"play\">\u25b6 Start Slideshow<\/button>\n            <div class=\"speed-control\">\n                <label for=\"speedSelect\">Speed:<\/label>\n                <select id=\"speedSelect\">\n                    <option value=\"3000\" selected>3 seconds<\/option>\n                    <option value=\"6000\">6 seconds<\/option>\n                    <option value=\"10000\">10 seconds<\/option>\n                <\/select>\n            <\/div>\n            <span class=\"status\" id=\"slideshowStatus\">\u23f9 Stopped<\/span>\n        <\/div>\n        \n        <!-- Responsive gallery -->\n        <div class=\"gallery\" id=\"gallery\">\n            <!-- Your corrected images -->\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxapIEP.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxapIEP.th.jpg\" alt=\"Image 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxapoQV.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxapoQV.th.jpg\" alt=\"Image 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxapnhQ.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxapnhQ.th.jpg\" alt=\"Image 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxapCTx.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxapCTx.th.jpg\" alt=\"Image 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxapqpj.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxapqpj.th.jpg\" alt=\"Image 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxap249.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxap249.th.jpg\" alt=\"Image 6\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxap9Q2.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxap9Q2.th.jpg\" alt=\"Image 7\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxampI4.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxampI4.th.jpg\" alt=\"Image 8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxambpf.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxambpf.th.jpg\" alt=\"Image 9\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamt7s.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamt7s.th.jpg\" alt=\"Image 10\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamZ2n.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamZ2n.th.jpg\" alt=\"Image 11\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxams1t.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxams1t.th.jpg\" alt=\"Image 12\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamrIR.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamrIR.th.jpg\" alt=\"Image 13\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamUmv.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamUmv.th.jpg\" alt=\"Image 14\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxam87a.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxam87a.th.jpg\" alt=\"Image 15\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamvdg.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamvdg.th.jpg\" alt=\"Image 16\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamerF.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamerF.th.jpg\" alt=\"Image 17\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamO11.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamO11.th.jpg\" alt=\"Image 18\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamjLB.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamjLB.th.jpg\" alt=\"Image 19\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamhXV.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamhXV.th.jpg\" alt=\"Image 20\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamVmx.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamVmx.th.jpg\" alt=\"Image 21\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamG5b.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamG5b.th.jpg\" alt=\"Image 22\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxaml19.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxaml19.th.jpg\" alt=\"Image 23\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamcq7.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamcq7.th.jpg\" alt=\"Image 24\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n            <div class=\"gallery-item\"><a href=\"https:\/\/iili.io\/qxamYsS.jpg\" class=\"gallery-link\"><img decoding=\"async\" data-src=\"https:\/\/iili.io\/qxamYsS.th.jpg\" alt=\"Image 25\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"><\/a><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- SimpleLightbox JS -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simplelightbox\/2.14.3\/simple-lightbox.min.js\"><\/script>\n    \n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            let gallery = null;\n            let slideshowInterval = null;\n            let currentIndex = 0;\n            let isPlaying = false;\n            \n            \/\/ DOM elements\n            const playPauseBtn = document.getElementById('playPauseBtn');\n            const statusEl = document.getElementById('slideshowStatus');\n            const speedSelect = document.getElementById('speedSelect');\n            const galleryLinks = document.querySelectorAll('.gallery-link');\n            \n            \/\/ Check if there are images in the gallery\n            if (galleryLinks.length === 0) {\n                console.error('\u274c No images found in the gallery!');\n                if (statusEl) statusEl.textContent = '\u274c Error: No images';\n                return;\n            }\n            \n            \/\/ Initialize the gallery\n            try {\n                gallery = new SimpleLightbox('.gallery-link', {\n                    captions: false,\n                    overlay: true,\n                    overlayOpacity: 0.9,\n                    close: true,\n                    docClose: true,\n                    swipeClose: true,\n                    showCounter: true,\n                    animationSpeed: 300,\n                    loop: true,\n                    preloading: true,\n                    enableKeyboard: true,\n                    history: true,\n                    fadeSpeed: 300,\n                    uniqueImages: true\n                });\n                \n                console.log('\u2705 SimpleLightbox gallery initialized!');\n                \n                \/\/ Event when gallery is opened\n                gallery.on('show.simplelightbox', function() {\n                    if (gallery) {\n                        currentIndex = gallery.getCurrentIndex();\n                    }\n                });\n                \n                \/\/ Event when gallery is closed\n                gallery.on('close.simplelightbox', function() {\n                    stopSlideshow();\n                });\n                \n                \/\/ Event when image changes (manual navigation)\n                gallery.on('next.simplelightbox', function() {\n                    if (gallery) currentIndex = gallery.getCurrentIndex();\n                });\n                \n                gallery.on('prev.simplelightbox', function() {\n                    if (gallery) currentIndex = gallery.getCurrentIndex();\n                });\n                \n            } catch (error) {\n                console.error('\u274c Error initializing:', error);\n                if (statusEl) statusEl.textContent = '\u274c Gallery error';\n                return;\n            }\n            \n            \/\/ Function to advance to next image\n            function nextImage() {\n                if (gallery && galleryLinks.length > 0) {\n                    try {\n                        \/\/ Check if gallery is open\n                        if (!document.querySelector('.sl-wrapper')) {\n                            \/\/ If not open, open first image\n                            gallery.open(galleryLinks[0]);\n                            currentIndex = 0;\n                        } else {\n                            \/\/ Advance to next image\n                            currentIndex = (currentIndex + 1) % galleryLinks.length;\n                            gallery.open(galleryLinks[currentIndex]);\n                        }\n                    } catch (e) {\n                        console.log('Error advancing image:', e);\n                    }\n                }\n            }\n            \n            \/\/ Function to start slideshow\n            function startSlideshow() {\n                if (galleryLinks.length === 0) return;\n                \n                stopSlideshow();\n                \n                \/\/ Open gallery on first image if not open\n                if (!document.querySelector('.sl-wrapper')) {\n                    gallery.open(galleryLinks[0]);\n                    currentIndex = 0;\n                }\n                \n                \/\/ Get selected speed (in milliseconds)\n                const speed = parseInt(speedSelect.value);\n                \n                isPlaying = true;\n                slideshowInterval = setInterval(nextImage, speed);\n                \n                \/\/ Update interface\n                if (playPauseBtn) {\n                    playPauseBtn.textContent = '\u23f8 Pause';\n                    playPauseBtn.classList.add('pause');\n                }\n                if (statusEl) {\n                    statusEl.textContent = '\u25b6 Slideshow active';\n                    statusEl.style.color = '#4CAF50';\n                }\n                \n                console.log(`\u2705 Slideshow started (${speed\/1000} seconds)`);\n            }\n            \n            \/\/ Function to stop slideshow\n            function stopSlideshow() {\n                if (slideshowInterval) {\n                    clearInterval(slideshowInterval);\n                    slideshowInterval = null;\n                }\n                isPlaying = false;\n                \n                \/\/ Update interface\n                if (playPauseBtn) {\n                    playPauseBtn.textContent = '\u25b6 Start Slideshow';\n                    playPauseBtn.classList.remove('pause');\n                }\n                if (statusEl) {\n                    statusEl.textContent = '\u23f9 Stopped';\n                    statusEl.style.color = '#666';\n                }\n            }\n            \n            \/\/ Play\/Pause button event\n            if (playPauseBtn) {\n                playPauseBtn.addEventListener('click', function() {\n                    if (isPlaying) {\n                        stopSlideshow();\n                    } else {\n                        startSlideshow();\n                    }\n                });\n            }\n            \n            \/\/ Speed change event during slideshow\n            if (speedSelect) {\n                speedSelect.addEventListener('change', function() {\n                    if (isPlaying) {\n                        startSlideshow(); \/\/ Restart with new speed\n                    }\n                });\n            }\n            \n            console.log('\u2705 Slideshow controls ready!');\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Gallery with Slideshow \u25b6 Start Slideshow Speed: 3 seconds6 seconds10 seconds \u23f9 Stopped<\/p>\n","protected":false},"author":1,"featured_media":78,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[20],"class_list":["post-78","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-social-media-girls","tag-social-media-girl"],"_links":{"self":[{"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/posts\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":1,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/posts\/78\/revisions"}],"predecessor-version":[{"id":79,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/posts\/78\/revisions\/79"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/posts\/78"}],"wp:attachment":[{"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/media?parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/categories?post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jerktribute.com\/index.php\/wp-json\/wp\/v2\/tags?post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}