Jump to content
Sign in to follow this  
Cyper

Standard size for vverview image

Recommended Posts

Hi,

I wonder what the ''standard'' size for the overview image is. With ''standard'' size I mean the size BIS use for their overview picture for campaigns and singlemissions.I tried to use 1024x512 but the image just appeared to be to small and it really wasn't stretched out enough.

Share this post


Link to post
Share on other sites

I use 1024x1024. And make sure its an paa not an jpeg.

I think you need to take aaa x aaa not aaa x bbb.

greetings

Sc0rc3d

Share this post


Link to post
Share on other sites

The size used in the official (and most user made) missions is 512x256.

But you can also use 1024x512, 512x512 px. jpeg can be used but then you lose the transparency (if used). Important are the width/height parameters in the overview.html. This is an overview.html using a 512x256 px image:

<html>
 <head>
   <title>Overview</title>
 </head>
 <body>
   <p align="center"><img src="overview.paa" width="240" height="121"></p>
   <br><h2 align="center"><a name="Main">Your overview text goes here</a></h2>
 </body>
</html>

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×