Great, that worked. But you have to include quotes so it is: width:"auto", height:"auto"
Hopefully, this will make it to future version updates.
Quote:
Originally Posted by ChrisTERiS
In the template microclassifieds_view_item, at the head section (around 60th line), there is:
Code:
<script>
$(document).ready(function(){
$("a[rel='lightbox']").colorbox({transition:"none", width:"640", height:"480"});
});
</script>
Try to change it to width:auto, height:auto. If does not works, changed it to fix dimensions, eg width:"800", height:"600"
Chris
|