hi there!!! this code is super awesome i love it!!

but when i tried copy pasting the music player code into mines, it embeds the video like this onto my profile?
vvvv

Screenshot_1278.png?ex=654cff11&is=653a8 

in circlejourney it looks as it should, so i'm kind of confused why it embedded like that on my actual profile ummmm
vvvvv

Screenshot_1279.png?ex=654cff11&is=653a8

if you're able to help out that'd be great, thank you!!

rustbqr please help!! thank you!

hi!! i've just updated the pastebin with the snippet i currently use for my new music player codes, hope it works for you !!

thank you so much!!!

This user is not visible to guests.
This user is not visible to guests.

hello!! i wanted to let you know that both your codes are super wide :(( not sure if this is what you meant to happen, since it looks like its smaller in the profile icon. not sure if this is just because my monitors big either, but i wasnt sure how to fix it either :((
Screenshot-579.pngScreenshot-580.png

it might be because of the width of your monitors, yes! since i used bootstrap grids to create the containers so they’d translate well onto mobile, their width would be relative to the size of your screen & what size classification it is !! to circumvent this you can replace the grid classes to width styles to suit your screen width, however this will make them stretch on smaller devices and might make them harder to view on ^^;;

how do you mean? im so sorry i know nothing about code and not sure what you mean by replacing the grid classes to width styles :']

ahh apologies for the super late reply ^^;; for this code specifically, in the beginning there should be a line that says div class="container mx p-2 col-md-11"; you should be able to celete the col-md-11 and instead put width:1000px (or however wide the pixel value you wish the max container size to be) in the quotations of style="background-color:#d7cfbf; border-radius: 20px; z-index: 20; overflow:hidden; box-shadow: 20px 0 0 #849872;"

so the first line of your code would look something like <div class="container mx p-2" style="background-color:#d7cfbf; border-radius: 20px; z-index: 20; overflow:hidden; box-shadow: 20px 0 0 #849872; width:1000px">

if you'd like to make it mobile friendly, you can put everything in a parent div and give it class="hidden-md-down" + copy the entire code and the copy will have the parent div say class="hidden-lg-up" instead. that way, the original code with the bootstrap grids will be visible to those with medium and smaller screens, while the edited code with custom width will be visible to larger screens.

hope this helps !! again, sorry for taking a while to reply HAHAH

how do u change the bars ?

hihi!! not 100% sure what you mean by bars, but if you mean the stat bars, you can change the % (default is width:50%) to other values ^^ feel free to clarify tho if im understanding wrong !!

sorry i didnt specify it, yeah i meant those!

absolutely love this code!! was looking for something where i could have a transparent image as the focal and this was EXACTLY what i wanted <333

do you have any idea how to turn the music player into an actual embedded music player and not a link that leads off-site? i'm having the damndest time trying to edit the code and have the play button still function as a play button

hiya, sorry for the delayed reply! i managed to do a little hack by using embeds on 1% opacity, so you can try replacing the music player section in the code with this snippet! just follow the instructions on the pastebin and it should work fine :DD 

https://pastebin.com/4FN1DiEU

the palette & shape is based on the Light Round version tho, so you might have to tweak things a bit if you're using the other versions;;

thank you! and thank you for responding, as well. looking back on my initial comment it was worded a bit rude; i was hungry and frustrated at other things. i appreciate the help a lot; it's a beautiful code!

This user is not visible to guests.

None are working for me ;0;

this code is gorrrrgeous!!

The code is so incredibly pretty