KILLER GIN, HEY GUYS I AM NEW! I ALREADY HAVE A DEMO! I AM ALSO A PROFESSOR!

Posts

Pages: first prev 12 last
Use this code in the CSS section of your manage game page:
div.image {
  overflow: visible !important;
}


div.contents div.image {
	margin-left: -96px;
margin-top: 32px;
}

The first part basically lets the image overflow the sides instead of having the bar to scroll.
The second part centres the image (that's the margin-left bit - you'll need to edit the number there to fit your image sizes. -96px fits a screen that is 1056p wide).
The margin-top part adds a buffer so the arrows show up.
I found a site picresizer.com that did all the work for me and I uploaded all the new images. Also my web page is up! Visit killergin.com, spread the word! Also check out my game and download today! ;0)
@Liberty

Oh, nice! Thanks for the code. Unfortunately I already deleted all the pics, resized them and re up loaded them right away.
Pages: first prev 12 last