Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Is there any reason photos in an album page display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

Is there any reason photos in an album page created in iweb display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

iPad, iOS 5.0.1

Posted on Apr 20, 2012 1:41 AM

Reply
Question marked as Best reply

Posted on Apr 20, 2012 2:30 AM

The page detects a mobile device and uses a different webpage to display the slideshow.


Look at the URL on your Mac and iPad and notice the difference :


../Media/slideshow.html

../Media/phoneshow.html


It's determined in this file :


Scripts/iWebMediaGrid.js


with this script :


if(isiPhone) {slideshowURL=slideshowURL.stringByDeletingLastPathComponent().stringByAppendingPathComponent("phoneshow.html");}


change the pagename to see it in Desktop mode on your device.

4 replies
Question marked as Best reply

Apr 20, 2012 2:30 AM in response to Johnprice44

The page detects a mobile device and uses a different webpage to display the slideshow.


Look at the URL on your Mac and iPad and notice the difference :


../Media/slideshow.html

../Media/phoneshow.html


It's determined in this file :


Scripts/iWebMediaGrid.js


with this script :


if(isiPhone) {slideshowURL=slideshowURL.stringByDeletingLastPathComponent().stringByAppendingPathComponent("phoneshow.html");}


change the pagename to see it in Desktop mode on your device.

Apr 21, 2012 5:57 PM in response to Johnprice44

there are three displays in photos page:

1) thumbnails grid - smallest

2) deatial view and detail view slideshow - large

3a) pop-up slideshow - vary - this is slideshow.html

3b) or iphone/ipad slideshowphoneshow.html - iphone/ipad can't do pop-up


it's difficult to know which you refer to.

if you refer to pop-up slideshow then you should not look into iwebmediagrid.js as wyodor suggested.

instead look in phoneshow.html and change width and heigth of element id slideshow:


#slideshow {

position: relative;

width: 320px; /* this is default width */

height: 360px; /* this is default height */

margin-left: auto;

margin-right: auto;

overflow: hidden;

}

Is there any reason photos in an album page display small on the iPad, but normally on an iMac? And videos on a movies page don't play on the iPad, but are OK on the iMac?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.