Advertisement
Silicaly

PS4PhotoTransfer

Mar 10th, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Get any Background you want on your ps4
  2.  
  3. 1 have some sort of webserver software.
  4.  
  5. 2 in your webserver put 3 files, index.html, index.css, and image.png(or .jpg)
  6. the image is the one you want to transfer
  7.  
  8. in the index.html write:
  9.  
  10. <html>
  11. <head>
  12. <title></title>
  13. <meta content="">
  14. <style></style>
  15. </head>
  16. <body>
  17. <link rel= stylesheet href="index.css" title="style1">
  18. </body>
  19. </html>
  20.  
  21. in index.css write:
  22.  
  23. body {
  24. background-image: url(image.jpg);
  25. -webkit-background-size: 100% 100%;
  26. -o-background-size: 100% 100%;
  27. }
  28.  
  29.  
  30. After that run the webserver and open it on your PS4.
  31. press SQUARE for full-screen and then just press share to save the image :P
  32. make sure to move the mouse of screen though
  33.  
  34. Dont forget to change image.jpg to image.png in the CSS depending on what image format your using
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement