@@ -75,7 +75,7 @@ function document_load(page) { | |||
var col = $(tmpl) | |||
.find(".autodoc_template_home_col") | |||
.clone(); | |||
$(col).find(".autodoc_template_home_img").attr('src', conf.openapi + '/documents/' + doc.id + '/image?maxWidth=' + Math.floor(conf.home.width/conf.home.width)); | |||
$(col).find(".autodoc_template_home_img").attr('src', conf.openapi + '/documents/' + doc.id + '/image?maxWidth=' + Math.floor(1000/conf.home.width)); | |||
$(col) | |||
.find(".autodoc_template_home_owner") |