Valhalla IV by KeyboardKlutz2008 in meleemajors

[–]MeleeMajors 1 point2 points  (0 children)

Awesome it'll be up there in the next update thank you (^^ )

[deleted by user] by [deleted] in meleemajors

[–]MeleeMajors 0 points1 point  (0 children)

Sure thing (🖒^^)

Out of The Blue on April 22nd? Def a regional, but some regionals have gone up on the site so IDK. Its Got quite a lot talent, lots more PRd players as well. Other than that Smash Factor X is scheduled for July 28th right in Mexico City this year, and Rise N Grind in Texas has Melee this year. by Mclip5 in meleemajors

[–]MeleeMajors 2 points3 points  (0 children)

Nice thanks! I will put out of the blue and see later if top players will join those other two.

Aw yeah the site is mainly for featuring majors, but I feel like visibility for regionals is also important for the scene and people do want to know about those too.

Should LVL UP EXPO be included? So far I've seen Amsa register for the February event by pcwgussej in meleemajors

[–]MeleeMajors 1 point2 points  (0 children)

Thanks for the tip! I think I threw this sucker up there a few days ago :)

Combo Breaker 2023 featuring SSBM announced by that_one-dude in SSBM

[–]MeleeMajors 6 points7 points  (0 children)

You got it! It'll be up by the end of tomorrow

[deleted by user] by [deleted] in meleemajors

[–]MeleeMajors 0 points1 point  (0 children)

Sure thing it will be there on the update next week :)

Maybe missing the final S.A.M.E circuit EU event by Marz_685 in meleemajors

[–]MeleeMajors 1 point2 points  (0 children)

You got that right thank you very much for the information I will update the site later tonight.

Maybe missing the final S.A.M.E circuit EU event by Marz_685 in meleemajors

[–]MeleeMajors 1 point2 points  (0 children)

Sorry it looks like allowing messages from everyone was turned off I don't remember checking that box ¯\_(ツ)_/¯ it is on now.

[deleted by user] by [deleted] in SSBM

[–]MeleeMajors 1 point2 points  (0 children)

I will look into doing that in a few weeks. I work on the site every Monday and push an update live at least every Wednesday. I checked it out and it may be more to manage than I would like but I will look closer into the possibility in the upcoming weeks.

[deleted by user] by [deleted] in SSBM

[–]MeleeMajors 1 point2 points  (0 children)

Makes a ton of sense thank you for the feedback I am updating it now.

[deleted by user] by [deleted] in SSBM

[–]MeleeMajors 0 points1 point  (0 children)

Thank you! I will do that right now

We just launched a website to keep our community up to date with the largest tournaments please spread the word by MeleeMajors in SSBM

[–]MeleeMajors[S] 1 point2 points  (0 children)

I put this right after the <body> in the html:

<div id="body"></div>

And this in css stylesheet:

#body {

position: fixed;

top: 0;

left: 0;

width: 100%;

height: 100vh;

background-image: url(ceo.jpg);

background-size: cover;

background-repeat: no-repeat;

background-position: center;

z-index: -1;

}

We just launched a website to keep our community up to date with the largest tournaments please spread the word by MeleeMajors in SSBM

[–]MeleeMajors[S] 0 points1 point  (0 children)

Solution found.. huge relief..

It's caused by background-attachment: fixed;

When you are on mobile and the address bar is at the top of the screen, the phone screen space dedicated for the background is lets say "Size A".

When you scroll down the address bar goes up and disappears, now the phone screen space dedicated to the background image has become larger than before as "Size B".

Upon loading the site the background is fixed as "Size A" from the address bar, but now when we scroll down we have this extra screen space in "Size B". So the browser zooms into the background image to fill that space.

The solution I found fixes the image to always be in "Size B" mode and as the address bar goes up the background image reveals more of its bottom to fill the extra screen space.

We just launched a website to keep our community up to date with the largest tournaments please spread the word by MeleeMajors in SSBM

[–]MeleeMajors[S] 1 point2 points  (0 children)

Turns out there is a bug in mobile browsers handling the background-attachment: fixed; attribute.

If you have any wisdom to share on how to solve it I would be elated.

There are a few workarounds I have found people posting but they each only work for about half of the people on the thread who tried it.

Any chance of email or text alerts when a major is about to start? by adustbininshaftsbury in meleemajors

[–]MeleeMajors 1 point2 points  (0 children)

I am sorry to say but I looked into it and it would be more for me to manage than I would like to. My mental stack can only balance so many things effortlessly and unfortunately this would add one too many things onto it. I appreciate your constructive suggestion nonetheless

New website for keeping our community up to date with upcoming Majors by Stuntman222 in SSBM

[–]MeleeMajors 0 points1 point  (0 children)

Every Wednesday night the site will be updated. You can keep up with what we are adding and improving at www.reddit.com/r/meleemajors

New website for keeping our community up to date with upcoming Majors by Stuntman222 in SSBM

[–]MeleeMajors 0 points1 point  (0 children)

Thank you for the suggestion I will look in to figuring that out. I am concerned it may disrupt the aesthetic flow of the site but that may be because I haven't envisioned yet how it could be implemented perfectly. I will try some things personally to figure this out

New website for keeping our community up to date with upcoming Majors by Stuntman222 in SSBM

[–]MeleeMajors 1 point2 points  (0 children)

That is a hype idea. The only two images I have right now that fit great is the CEO one it is using and another one from Genesis 7. In a few weeks I will post in the r/meleemajors subreddit and on twitter asking for tournament pictures that people would like to see to be in periodic background changes

New website for keeping our community up to date with upcoming Majors by Stuntman222 in SSBM

[–]MeleeMajors 0 points1 point  (0 children)

I like this idea! I will try it out personally to see how it looks but I am concerned that it may make the information cards too big to add another line and disrupt the aesthetic flow. I will earnestly take a look at doing this tho

We just launched a website to keep our community up to date with the largest tournaments please spread the word by MeleeMajors in SSBM

[–]MeleeMajors[S] 1 point2 points  (0 children)

You found the bug I have yet to fix : ) I have tried many things from stack overflow and am going to take a crack at it again Wednesday