<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mod Making Wallpaper]]></title><description><![CDATA[<p dir="auto">What is the size for wallpaper to add in the mod files.</p>
<p dir="auto">Also can I add WEBM wallpaper in wallpaper folder and code it?<br />
I tried adding the WEMB it didn't work and it's not showing up, it's a blank screen not loading.</p>
<p dir="auto">Image of wallpaper code <a href="https://imgur.com/a/6HwnCDk" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/a/6HwnCDk</a></p>
]]></description><link>https://forums.opera.com/topic/81249/mod-making-wallpaper</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 13:23:13 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/81249.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Feb 2025 02:01:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 10:42:09 GMT]]></title><description><![CDATA[<p dir="auto">Okay thanks for that information I will see if I can rescale my video.</p>
]]></description><link>https://forums.opera.com/post/376566</link><guid isPermaLink="true">https://forums.opera.com/post/376566</guid><dc:creator><![CDATA[Rexoil]]></dc:creator><pubDate>Wed, 19 Feb 2025 10:42:09 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 10:38:58 GMT]]></title><description><![CDATA[<p dir="auto">For the resolution of the image or wallpaper, you use the best quality you can or desire. You should shoot for at least 1920 x 1080, but 3840 x 2160 or 4096x2160 would be better if you have a source of that quality. No need to take a low-res image/video and upscale it though if it's going to make it look horrible.</p>
<p dir="auto">See <a href="https://github.com/opera-gaming/gxmods/blob/main/mods/Cyberdeck/manifest.json#L23" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/opera-gaming/gxmods/blob/main/mods/Cyberdeck/manifest.json#L23</a> for an example of using a video wallpaper. When you specify a video file or a wallpaper, you indeed need to provide a first_frame image or the video won't play.</p>
<p dir="auto">For video files, the audio is not used, so it's best to strip the audio track from the file (with ffmpeg for example) to save space. But, you don't have to.</p>
<p dir="auto">An mp4 video will indeed work as a wallpaper aslong as Opera can play mp4 files directly in a tab on your system. Using webm will technically be more compatible though.</p>
<p dir="auto">Try a test mod like this first that just specifies a mp4 video wallpaper for dark mode and nothing else:</p>
<p dir="auto">manifest.json:</p>
<pre><code>{
    "manifest_version": 3,
    "name": "MP4 Wallpaper",
    "version": "0.1",
    "icons": {
        "512": "512.png"
    },
    "mod": {
        "schema_version": 1,
        "payload": {
            "wallpaper": {
                "dark": {
                    "image": "video.mp4",
                    "first_frame": "firstframe.png",
                    "text_color": "#ffffff",
                    "text_shadow": "#ffffff"
                }
            }
        }
    }
}
</code></pre>
]]></description><link>https://forums.opera.com/post/376564</link><guid isPermaLink="true">https://forums.opera.com/post/376564</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 19 Feb 2025 10:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 08:01:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> I found out how to add mp4 wallpapers but I don't know the pixel of the wallpaper/background of it.</p>
<p dir="auto">check the image what I'm saying<br />
Image: <a href="https://imgur.com/a/mHDq92h" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/a/mHDq92h</a></p>
]]></description><link>https://forums.opera.com/post/376533</link><guid isPermaLink="true">https://forums.opera.com/post/376533</guid><dc:creator><![CDATA[Rexoil]]></dc:creator><pubDate>Wed, 19 Feb 2025 08:01:57 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 05:53:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/931604">@Rexoil</a> I don't know this stuff, I just see that one looks different (the light section versus the dark) and ask why.</p>
]]></description><link>https://forums.opera.com/post/376519</link><guid isPermaLink="true">https://forums.opera.com/post/376519</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 19 Feb 2025 05:53:31 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 04:11:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> Hello do I change the image to video for dark.</p>
<p dir="auto"><strong>image</strong> "wallpaper/video.webm",<br />
"first_frame": "wallpaper/FF.jpg",</p>
]]></description><link>https://forums.opera.com/post/376513</link><guid isPermaLink="true">https://forums.opera.com/post/376513</guid><dc:creator><![CDATA[Rexoil]]></dc:creator><pubDate>Wed, 19 Feb 2025 04:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 02:25:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> Okay, I will try that but I will send if it works or doesn't work.</p>
]]></description><link>https://forums.opera.com/post/376512</link><guid isPermaLink="true">https://forums.opera.com/post/376512</guid><dc:creator><![CDATA[Rexoil]]></dc:creator><pubDate>Wed, 19 Feb 2025 02:25:30 GMT</pubDate></item><item><title><![CDATA[Reply to Mod Making Wallpaper on Wed, 19 Feb 2025 02:20:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/931604">@Rexoil</a> You do know you didn't list a first frame in the dark block, yes?</p>
<p dir="auto">Opera will scale the image to the window, so how big do you expect the user's window to be?</p>
]]></description><link>https://forums.opera.com/post/376510</link><guid isPermaLink="true">https://forums.opera.com/post/376510</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 19 Feb 2025 02:20:05 GMT</pubDate></item></channel></rss>