LivvyAh

MODULAR: PLAYLIST 1.1

Jun 13th, 2020 (edited)
1,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. <!-- PLAYLIST START
  2. Please for the love of god don't do just one song or try to replace the embed. Will break.-->
  3. <div class="row">
  4. <!-- VIDEO START -->
  5. <div class="col p-2">
  6. <div class="p-2 bg-dark h-100" style="background: url(IMG HERE);
  7. background-size: cover;
  8. background-position: center;
  9. background-attachment: fixed;">
  10. <table style="height: 100%; border-width: 3px; width:100%;">
  11. <tbody>
  12. <tr>
  13. <td class="align-middle text-center">
  14. <!-- YOUTUBE EMBED START
  15. If you want to change the video height you can here, just know that it's that height on all screen sizes.
  16. Don't touch the width unless u want it to break.-->
  17. <iframe style="border-radius:0rem;width:90%;height:200px;" frameborder="0"
  18. src="https://www.youtube.com/embed/videoseries?list= ">
  19. <!-- HOW TO ADD YOUR PLAYLIST
  20. 1) Go to the playlist. If you go directly into a video click the title on the side.
  21. It should look like this:
  22. https://cdn.discordapp.com/attachments/682715826910003211/721256686324547634/unknown.png
  23. 2) On the url copy everything after " list= "
  24. 3) Paste that string of random symbols to the end of the url above.
  25. 4) You should be good! Congrats!-->
  26. </iframe>
  27. </tr>
  28. </tbody>
  29. </table>
  30. </div>
  31. </div>
  32. <!-- VIDEO END -->
  33. <!-- TRACKLIST START -->
  34. <div class="col-xl-8 col-l-8 col-md-8 col-s-12 col-xs-12 p-2 p-2">
  35. <div class="text-light bg-dark p-3">
  36. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px;">
  37. Playlist
  38. </div>
  39. <hr class="bg-white w-100">
  40. <div class="table-responsive p-1">
  41. <p>
  42. <!-- LIST CODE START
  43. Indented bullet points:
  44. <ul><li>Item</li></ul>
  45. -->
  46. <ul>
  47. <li>
  48. <i>"If you want to have cities, You've Got To Build Roads."</i>
  49. <ul><li>Comanche - <i>CAKE</i></li></ul>
  50. </li>
  51. <li>"Special Lyric"
  52. <ul><li>Song - <i>Artist</i> </li></ul>
  53. </li>
  54. <li>Or maybe just song - artist</li>
  55. <li>Up to you!</li>
  56. </ul>
  57. <!-- LIST CODE END -->
  58. You could even do a description of the story that the playlist or song is taking you through, that's neat. Do know this expands but doesn't scroll. The box will grow to match it but doesn't shrink to match it. If you don't want this plain text just delete it easy peasy.
  59. </p>
  60. </div>
  61. </div>
  62. </div>
  63. <!-- TRACKLIST END -->
  64. </div>
  65. <!-- PLAYLIST END -->
Add Comment
Please, Sign In to add comment