For baseball cards...you need to edit the default.xml in your bb_cards\templates\ootp14 folder to set the zoom level.
Simply change this line:
<ELEMENT type="image" x="34" y="41" zorder="1" width="172" height="257"
content="PICTURE" add_background="1" />
To this:
<ELEMENT type="image" x="34" y="41" zorder="1" width="172" height="257" content="PICTURE" add_background="1" facegen _zoom="out"/>
Your facegen options for zoom and angle are:
- facegen_zoom: in, normal, out, random
- facegen_angle: from_left, from_right, straight, random
Example:
< ELEMENT type="image" x="-5" y="9" zorder="1" width="206" height="278" content="PICTURE" facegen_zoom="out" facegen_angle="from_left" />