View Single Post
  #85  
Old 05-28-2008, 06:47 PM
TheMarco Offline
pixelpost guru
 
Join Date: Apr 2008
Posts: 195
Looks like an add-on problem. Make sure you're running version 0.6 of the add-on.

Also, check your image_template.html and make sure it has this in it:

<style type="text/css">
body #photo {
width: 800px;
height: <DM_IMAGE_HEIGHT>px;
overflow: hidden;
}
#photo-prev, #photo-next {
height: <NAV_HEIGHT>px;
}
</style>

you can find it in the head section.
Reply With Quote