Add Screenshot to Description

Screenshot

Thanks for the reply, but it is not what I had in mind. I would like to include a screenshot with the description of the Route. When you start up TRS2006 and you choose a route, it gives you a description, and some of them have a nice screenshot with it. How is that done?

Thx, CD
 
;) On the route config:

Add this:

Code:
thumbnails {
    0 {
        image                    "yourimage.jpg"
        width                    "512"
        height                    "512"
    }
}
Of course, yourimage.jpg (512*512 px) must be present in the route folder.

You are welcome, CD.

Alberte :wave:
 
Back
Top