diff --git a/web/images/toolbarButton-fullscreen.png b/web/images/toolbarButton-presentationMode.png
similarity index 100%
rename from web/images/toolbarButton-fullscreen.png
rename to web/images/toolbarButton-presentationMode.png
diff --git a/web/viewer.css b/web/viewer.css
index 1504eacd5..8aa0ef211 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -865,9 +865,9 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
content: url(images/toolbarButton-zoomIn.png);
}
-.toolbarButton.fullscreen::before {
+.toolbarButton.presentationMode::before {
display: inline-block;
- content: url(images/toolbarButton-fullscreen.png);
+ content: url(images/toolbarButton-presentationMode.png);
}
.toolbarButton.print::before {
diff --git a/web/viewer.html b/web/viewer.html
index 93bf67ef0..e7ac263f2 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -145,7 +145,7 @@ limitations under the License.
-