|
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.
|