Image size for achievements loop
-
Hi, I used the following code to add achievement images into the loop PHP
<thead> <tr> <th id="dpa-archive-achievements-image" scope="col"><?php _ex( 'Bild', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-name" scope="col"><?php _ex( 'Achievement Name', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-karma" scope="col"><?php _ex( 'Karma', 'column header for list of achievements', 'dpa' ); ?></th> <th id="dpa-archive-achievements-excerpt" scope="col"><?php _ex( 'Description', 'column header for list of achievements', 'dpa' ); ?></th> </tr> </thead>
However, the image is showing up huge in the box, whereas the actual image for the achievement is only a very small 32×32 px.
How can I stop it from auto scaling the image up?
Cheers!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Image size for achievements loop’ is closed to new replies.