Home › Forums › CSS › Target iPad, iPad only. › Re: Target iPad, iPad only.
July 7, 2011 at 12:01 pm
#82998
Member
From Perishable Press
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
Something about using ‘only screen’, but I’m no expert.