| var col = $(tmpl) | var col = $(tmpl) | ||||
| .find(".autodoc_template_home_col") | .find(".autodoc_template_home_col") | ||||
| .clone(); | .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) | $(col) | ||||
| .find(".autodoc_template_home_owner") | .find(".autodoc_template_home_owner") |