@@ -289,7 +289,7 @@ function page_load_document(args) { | |||
$('.autodoc_document_carousel').append(item); | |||
} | |||
$('.autodoc_document_image').attr('src', doc.primaryPage); | |||
$('.autodoc_document_image').attr('src', conf.openapi + "/pages/" + doc.primaryPage + "/image"); | |||
$('.autodoc_document_carousel').slick({ | |||
lazyLoad: 'ondemand', | |||
slidesToShow: 3, |