Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webamp skins stacking #1230

Open
chr0notrigger opened this issue Oct 2, 2023 · 2 comments
Open

Webamp skins stacking #1230

chr0notrigger opened this issue Oct 2, 2023 · 2 comments

Comments

@chr0notrigger
Copy link

chr0notrigger commented Oct 2, 2023

I've been having this problem when it comes to loading skins on webamp, as the very first skin I downloaded keeps being overlayed on top of the most recent skin I upload. I'm not exactly sure what is causing this.

For reference the blue sections were apart of the first skin I uploaded.
Screenshot 2023-10-02 151303
Meanwhile the pink and gray sections are from this skin: https://skins.webamp.org/skin/a04b52cfb9241d3fffa040c785b3d69d/Pink_Design.wsz/
Heres what I have in my webamp.js file:

function startWebAmp() {
        const app = document.getElementById("webamp");
        const webamp = new Webamp(
          {
            __initialWindowLayout: {
                // width = 275
                main: { position: { x: -275, y: 0 } }, // 0,0
                equalizer: { position: { x: 0, y: 0 } }, //0,116
                playlist: { position: { x: 275, y: 0 }, size: [0, 0] }, //0,232
                },
           initialSkin: {
                url: " https://cdn.webampskins.org/skins/a04b52cfb9241d3fffa040c785b3d69d.wsz "
           },
          }
          );
        webamp.renderWhenReady(app);

Sorry this is so messy and so poorly worded

@captbaritone
Copy link
Owner

Can you share the other skin you are trying? The blue one?

Can you also clarify the action you are taking to get into this state? I assume you are loading the page (which includes the code you referenced here) and then what are you doing?

@chr0notrigger
Copy link
Author

Yep this is the code for the blue one: https://skins.webamp.org/skin/b0fb83cc20af3abe264291bb17fb2a13/Winamp5_Classified_v5.5.wsz/

I have webamp set up on my neocities site and I am just reloading my page. Each time it just automatically appears like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants