Thread: New CC Banner
View Single Post
  #4 (permalink)  
Old 09-27-2017, 11:19 AM
cycleguy55's Avatar
cycleguy55 cycleguy55 is offline
CC Member
Visit my Photo Gallery

 
Join Date: Feb 2014
Location: White City, SK
Cobra Make, Engine: West Coast, 460 CID
Posts: 2,916
Not Ranked     
Default

Quote:
Originally Posted by twobjshelbys View Post
Too big for mobile (phone/tablet) in portrait mode.
Modern coding guidelines generally something to the effect of mobile first, desktop second. In simple terms, if it will run on mobile it will run on desktop, but not necessarily vice versa. For example, Adobe Flash won't run on many mobiles, so it's probably best to avoid. Plus, of course, Flash is basically on its way to obsolescence anyway, so no loss there.

Regardless, Web pages can be coded to determine which environment (e.g. desktop, mobile) and which browser (e.g. Safari, Chrome, Firefox, Edge) is running and present different content for each. Banners are one example that s/b specific to each environment or set of environments.
__________________
Brian
Reply With Quote