Changeset 482389
- Timestamp:
- 12/30/2011 03:23:25 PM (14 years ago)
- Location:
- glass
- Files:
-
- 2 edited
-
tags/1.1/readme.txt (modified) (9 diffs)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
glass/tags/1.1/readme.txt
r481424 r482389 2 2 Contributors: codeblab 3 3 Donate link: http://codeblab.com/ 4 Tags: loupe, magnifying glass, spyglass, looking glass, glass, zoom, enlarge, image, images, gallery, galleries, photo, photos, picture, pictures 4 Tags: loupe, magnifying glass, spyglass, looking glass, glass, zoom, enlarge, image, images, gallery, galleries, photo, photos, picture, pictures, simple microscope, hand glass, light microscope, jeweler's loupe 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3 … … 12 12 == Description == 13 13 14 Glass adds a magnifying glass (loupe) for images to your WordPress site. It 15 needs *no* Flash and *no* CSS3 radius. It works on the iPad, and on many other 16 platforms. 17 18 This started out as a challenge read about it on [the Glass web 19 site](http://codeblab.com/glass/ "Home of the Glass plugin."). Some 20 [background](http://codeblab.com/tag/glass/ "Blog entries on the Glass 21 plugin.") on the implementation is available there, too. 14 Glass adds a magnifying glass (loupe/hand glass) for images to your WordPress 15 site. It needs *no* Flash and *no* CSS3 radius. It works on the iPad and on 16 many other platforms. 17 18 This started out as a challenge to code a round magnifying glass that would 19 work *without* flash and *without* the CSS3 radius property. If you are 20 interested in coding read [the blog 21 entry](http://codeblab.com/2011/12/squaring-the-circle/ "CodeBlab - Squaring 22 The Circle"). Also, a user-selectable color for the glass's rim was claimed to 23 be impossible without Flash. Read [the blog post on color 24 stacking](http://codeblab.com/2011/12/welsh-incident/) if you are tech 25 inclined. Otherwise just enjoy the result. 22 26 23 27 When the cursor hovers over an image a round frame is displayed on top of it, … … 33 37 to work on galleries of thumbnails. Since galleries can contain many 34 38 thumbnails, Glass can slow down page loading. Therefore the URL guessing can 35 be alter d by specifying a lower resolution, e.g., 800x600. This will make39 be altered by specifying a lower resolution, e.g., 800x600. This will make 36 40 Glass look for a smaller version. The guessing can also be switched off. 37 41 … … 61 65 be the hires version of the displayed image. WordPress will generate such a 62 66 link if the [File URL] button is selected in the "Add an image" window. 67 63 68 64 69 = How do I activate Glass on a gallery? = … … 70 75 size suffix). 71 76 77 78 = Does it work on OS X? = 79 80 On OS X, Glass has shown to work on most recent versions of Firefox, Safari, 81 Opera, and Chrome. 82 83 84 = Does it work on iOS? = 85 86 On iOS, Glass has shown to work on the iPhone 3 and iPhone 4, the iPad, and 87 the iPod Touch. 88 89 90 = Does it work on UNIX-like desktops? = 91 92 On UNIX-like desktop systems like Ubuntu, FreeBSD, and Solaris, Glass has been 93 shown to work on recent versions of Firefox, Opera, Chromium, Epiphany, 94 Midori, SeaMonkey, and many others. 95 96 97 = Does it work on Windows? = 98 99 On Windows XP and Windows 7, Glass has shown to work on recent versions of 100 Firefox, Safari, Opera, Chrome, and Internet Explorer 9. It does work on 101 Internet Explorer 8, however it has trouble rendering the antialiassed pixels 102 on the solid colored rim which leads to a noticeable outline of the rim. 103 104 105 = Does it work on Android? = 106 107 On Android I can't test it. Unless it supports a iOS compatible touch 108 interface for JavaScript it won't work. I don't have an Android phone or tablet 109 and the simulator does not support multitouch. I would *love* to test it on 110 this platform. If you are a coder and willing to help me, e-mail me: jms at 111 cs vu in the Netherlands. 112 113 114 = What can I do if it does not work correctly? = 115 116 It might not work correct in combination with some themes or other 117 plugins. It is a lot of work to test it on all combinations. If it 118 malfunctions, please let me know what theme and plugins you are using 119 (including version numbers) at: jms at cs vu in the Netherlands. 120 121 72 122 = How do I make my gallery page load faster? = 73 123 74 124 Because Glass will load a hires version for every thumbnail in your gallery, 75 125 load times can go up dramatically. Switch hires guessing for thumbnails off is 76 a simple remedy. To do that go to the Glass page in the Settings menu and wipe126 a simple remedy. To do that go to the Glass page in the Settings menu and wipe 77 127 "Thumb dx dy". An other solution is to set "Thumb dx dy" to a an existing 78 128 value, e.g., "800","600", this will force Glass to not use the full resolution 79 129 version of the image. Be very sure that the image with the proper suffix, 80 130 e.g., -800x600, does exist. 131 81 132 82 133 = How do I customize the rim color? = … … 89 140 RGB" on the same page. 90 141 142 91 143 = Why is the solid color rim not properly anti-aliased? = 92 144 … … 98 150 hours that could have been used to make something useful. 99 151 152 100 153 = Are you nuts? Do you know that the iPod has a much better zoom? = 101 154 102 155 Yes, and I do. Just add iPod, iPhone, iPad to the "Glass Exclude Platforms" on 103 156 the Glass Settings page. 157 104 158 105 159 = How do I activate Glass only for category 'X'? = … … 109 163 non existing category like "NOTONE". 110 164 165 111 166 = How do I activate Glass only for page 'Y'? = 112 167 … … 114 169 page. Leaving it empty means all pages. To exclude all pages use an 115 170 non existing page name like "NONE". 171 116 172 117 173 == Screenshots == -
glass/trunk/readme.txt
r481424 r482389 2 2 Contributors: codeblab 3 3 Donate link: http://codeblab.com/ 4 Tags: loupe, magnifying glass, spyglass, looking glass, glass, zoom, enlarge, image, images, gallery, galleries, photo, photos, picture, pictures 4 Tags: loupe, magnifying glass, spyglass, looking glass, glass, zoom, enlarge, image, images, gallery, galleries, photo, photos, picture, pictures, simple microscope, hand glass, light microscope, jeweler's loupe 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3 … … 12 12 == Description == 13 13 14 Glass adds a magnifying glass (loupe) for images to your WordPress site. It 15 needs *no* Flash and *no* CSS3 radius. It works on the iPad, and on many other 16 platforms. 17 18 This started out as a challenge read about it on [the Glass web 19 site](http://codeblab.com/glass/ "Home of the Glass plugin."). Some 20 [background](http://codeblab.com/tag/glass/ "Blog entries on the Glass 21 plugin.") on the implementation is available there, too. 14 Glass adds a magnifying glass (loupe/hand glass) for images to your WordPress 15 site. It needs *no* Flash and *no* CSS3 radius. It works on the iPad and on 16 many other platforms. 17 18 This started out as a challenge to code a round magnifying glass that would 19 work *without* flash and *without* the CSS3 radius property. If you are 20 interested in coding read [the blog 21 entry](http://codeblab.com/2011/12/squaring-the-circle/ "CodeBlab - Squaring 22 The Circle"). Also, a user-selectable color for the glass's rim was claimed to 23 be impossible without Flash. Read [the blog post on color 24 stacking](http://codeblab.com/2011/12/welsh-incident/) if you are tech 25 inclined. Otherwise just enjoy the result. 22 26 23 27 When the cursor hovers over an image a round frame is displayed on top of it, … … 33 37 to work on galleries of thumbnails. Since galleries can contain many 34 38 thumbnails, Glass can slow down page loading. Therefore the URL guessing can 35 be alter d by specifying a lower resolution, e.g., 800x600. This will make39 be altered by specifying a lower resolution, e.g., 800x600. This will make 36 40 Glass look for a smaller version. The guessing can also be switched off. 37 41 … … 61 65 be the hires version of the displayed image. WordPress will generate such a 62 66 link if the [File URL] button is selected in the "Add an image" window. 67 63 68 64 69 = How do I activate Glass on a gallery? = … … 70 75 size suffix). 71 76 77 78 = Does it work on OS X? = 79 80 On OS X, Glass has shown to work on most recent versions of Firefox, Safari, 81 Opera, and Chrome. 82 83 84 = Does it work on iOS? = 85 86 On iOS, Glass has shown to work on the iPhone 3 and iPhone 4, the iPad, and 87 the iPod Touch. 88 89 90 = Does it work on UNIX-like desktops? = 91 92 On UNIX-like desktop systems like Ubuntu, FreeBSD, and Solaris, Glass has been 93 shown to work on recent versions of Firefox, Opera, Chromium, Epiphany, 94 Midori, SeaMonkey, and many others. 95 96 97 = Does it work on Windows? = 98 99 On Windows XP and Windows 7, Glass has shown to work on recent versions of 100 Firefox, Safari, Opera, Chrome, and Internet Explorer 9. It does work on 101 Internet Explorer 8, however it has trouble rendering the antialiassed pixels 102 on the solid colored rim which leads to a noticeable outline of the rim. 103 104 105 = Does it work on Android? = 106 107 On Android I can't test it. Unless it supports a iOS compatible touch 108 interface for JavaScript it won't work. I don't have an Android phone or tablet 109 and the simulator does not support multitouch. I would *love* to test it on 110 this platform. If you are a coder and willing to help me, e-mail me: jms at 111 cs vu in the Netherlands. 112 113 114 = What can I do if it does not work correctly? = 115 116 It might not work correct in combination with some themes or other 117 plugins. It is a lot of work to test it on all combinations. If it 118 malfunctions, please let me know what theme and plugins you are using 119 (including version numbers) at: jms at cs vu in the Netherlands. 120 121 72 122 = How do I make my gallery page load faster? = 73 123 74 124 Because Glass will load a hires version for every thumbnail in your gallery, 75 125 load times can go up dramatically. Switch hires guessing for thumbnails off is 76 a simple remedy. To do that go to the Glass page in the Settings menu and wipe126 a simple remedy. To do that go to the Glass page in the Settings menu and wipe 77 127 "Thumb dx dy". An other solution is to set "Thumb dx dy" to a an existing 78 128 value, e.g., "800","600", this will force Glass to not use the full resolution 79 129 version of the image. Be very sure that the image with the proper suffix, 80 130 e.g., -800x600, does exist. 131 81 132 82 133 = How do I customize the rim color? = … … 89 140 RGB" on the same page. 90 141 142 91 143 = Why is the solid color rim not properly anti-aliased? = 92 144 … … 98 150 hours that could have been used to make something useful. 99 151 152 100 153 = Are you nuts? Do you know that the iPod has a much better zoom? = 101 154 102 155 Yes, and I do. Just add iPod, iPhone, iPad to the "Glass Exclude Platforms" on 103 156 the Glass Settings page. 157 104 158 105 159 = How do I activate Glass only for category 'X'? = … … 109 163 non existing category like "NOTONE". 110 164 165 111 166 = How do I activate Glass only for page 'Y'? = 112 167 … … 114 169 page. Leaving it empty means all pages. To exclude all pages use an 115 170 non existing page name like "NONE". 171 116 172 117 173 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.