Help - Search - Members - Calendar
Full Version: Increase size of .gif image on mac Ipad IOS
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
franciskoerber
I found the javascript to increase the size of text but it does not increase the size of .gif images. Is there another piece of code to do this?
Frederiek
I don't understand why you'd need a javascript to increase (or decrease) text or image sizes.
Look into responsive design and responsive images.
http://alistapart.com/article/responsive-web-design
http://www.d.umn.edu/itss/training/online/...ign/css.html#mq and lower.
Christian J
Most (all?) browsers today have a zoom function for both text and images.
franciskoerber
There is no zoom for safari on the ipad, believe it or not. So I have do it with javascript buttons as bookmarklets which is javascript in a bookmark on the bar. Works fine for the text, but I need it to increase the size of graphics too.

Here's the code.

http://osxdaily.com/2012/05/11/change-font...s-bookmarklets/
Frederiek
Of course there is, see http://www.apple.com/osx/what-is/gestures.html . Though that's about Mac OS Mountain Lion, gestures work on the iPad too, as you don't even have a mouse there.
jimlongo
Some websites (believe it or not, and I wouldn't recommend it) disable magnification on an ipad, but normally of course you can pinch or ?? (what do you call the opposite of pinch) to change the zoom level of any webpage on an iOS device.


This tag will disable the ability to zoom a webpage due to the last parameter.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

You can read all about the viewport here.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.