I know that not many mfc premium users or models know much about profile optimization and I wish to remind this simple aspect:
DO NOT USE huge resolution images as background image on your profile. The profile page will upload it slower and doesn't look good when some visitor waits almost 1 minute to see your profile.
Instead of using huge resolution images (3000x4000px 3000dpi or higher) add this simple line of code in css after .body:
background-size:100%;
this css attribute will display your background image depending on visitor browser and it's webfriendly optimized.
Example: original background image is 1200x1000px, with this attribute if my desktop/laptop resolution is higher the image will be stretched to fit it nicely... If I navigate with iphone or ipad ...same thing, the image will be reduces to fit my machine resolution.
(dynamic overflow background image)
Have fun and hope this tip helps
DO NOT USE huge resolution images as background image on your profile. The profile page will upload it slower and doesn't look good when some visitor waits almost 1 minute to see your profile.
Instead of using huge resolution images (3000x4000px 3000dpi or higher) add this simple line of code in css after .body:
background-size:100%;
this css attribute will display your background image depending on visitor browser and it's webfriendly optimized.
Example: original background image is 1200x1000px, with this attribute if my desktop/laptop resolution is higher the image will be stretched to fit it nicely... If I navigate with iphone or ipad ...same thing, the image will be reduces to fit my machine resolution.
(dynamic overflow background image)
Have fun and hope this tip helps