View Single Post
Old 03-12-2017, 05:44 PM   #10
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by GrannyGrump View Post
@ Dion --- now, BE CAREFUL with that phrase "fill the screen". People say that all the time, but they never stop to explain --- your image will fill the screen in the *longest dimension*. It will NOT fill the screen all the way around, to all four edges, UNLESS the image just *happens* to be the exact same aspect ratio as the device screen. Otherwise, you will have, for example, white borders along the sides if the image is tall and narrow.

Thanks for the clarification - you are, of course, correct. To fix the white border - sorta - I add a "background-color:black" to the <body>. Most covers look better with a black border than a white border but you can change that color to best compliment the cover. In those cases I import the image into photoshop where I can use the eyedropper to get the RGB values of the best color and then use "background-color:RGB(x,x,x)". Of course, this all relies on the device honoring the inline style and supporting color...
Turtle91 is offline   Reply With Quote