What's your code?Me again, thanks for everybody's input, I was able to mod the game to my liking. But i have another question; it's about video sizes. Not matter what resolution, videos seem to been stuck on 400 width. I was hoping someone would also know how to change this. Thanks in advance.
Try something like:
max-width:100%;
If that doesn't work, then that means the dev has something in his stylesheet overwriting it, in which case just use
max-width:100% !important;