diff --git a/lms/djangoapps/staticbook/views.py b/lms/djangoapps/staticbook/views.py index 17d886be11..4d01d667c1 100644 --- a/lms/djangoapps/staticbook/views.py +++ b/lms/djangoapps/staticbook/views.py @@ -101,6 +101,7 @@ def pdf_index(request, course_id, book_index, chapter=None, page=None): viewer_params += current_chapter['url'] current_url = current_chapter['url'] + viewer_params += '#zoom=page-fit' if page is not None: viewer_params += '&page={}'.format(page) diff --git a/lms/templates/static_pdfbook.html b/lms/templates/static_pdfbook.html index da70745b3f..bbef467bc0 100644 --- a/lms/templates/static_pdfbook.html +++ b/lms/templates/static_pdfbook.html @@ -44,7 +44,7 @@ $(function(){