diff --git a/index.html b/index.html index 5528664d..38e2e84b 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,8 @@
$DESCRIPTION
-iPhone Screenshots:
' + urlsToImgs(redirectUrl, imgs1); } - if (imgs2 && imgs2.length > 0) { + if (imgs2 && imgs2.length > 0 && device & 2) { imgStr += 'iPad Screenshots:
' + urlsToImgs(redirectUrl, imgs2); } diff --git a/style.css b/style.css index ffa21848..df04bafe 100644 --- a/style.css +++ b/style.css @@ -95,6 +95,8 @@ h4 { .carousel img { max-height: 330px; margin: 8px; + min-width: 100px; + min-height: 100px; } .itunes p { white-space: pre-wrap;