1
0
Fork 0

spelling: dimensions

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:29 -04:00
commit 1fdd0f9152
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ $(window).load(function () {
var pheight = $("#photo-photo img").height();
var pwidth = $("#photo-photo img").width();
// Append the diminsons of the picture to the css of the photo-photo div
// Append the dimensions of the picture to the css of the photo-photo div
// we do this to make it possible to have overlay navigation buttons for the photo
$("#photo-photo").css({
width: pwidth,