Use larger image with background for devices which extract bookmark icon from "apple...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 4 Apr 2012 20:02:26 +0000 (13:02 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Wed, 4 Apr 2012 20:02:26 +0000 (13:02 -0700)
src/main/webapp/images/guacamole-logo-144.png [new file with mode: 0644]
src/main/webapp/index.xhtml

diff --git a/src/main/webapp/images/guacamole-logo-144.png b/src/main/webapp/images/guacamole-logo-144.png
new file mode 100644 (file)
index 0000000..e2cb830
Binary files /dev/null and b/src/main/webapp/images/guacamole-logo-144.png differ
index 9e4ed55..bc25312 100644 (file)
@@ -23,7 +23,7 @@
 
     <head>
         <link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
-        <link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-64.png"/>
+        <link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-144.png"/>
         <link rel="stylesheet" type="text/css" href="styles/login.css"/>
         <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
         <title>Guacamole ${project.version}</title>