| 
			
			 | 
		#1 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26 
				Karma: 496542 
				Join Date: Dec 2011 
				
				
				
				Device: nook 
				
				
				 | 
	
	
	
		
		
			
			 
				
				What image height causes images to fill the screen?
			 
			
			
			Hi, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I'm using Word to create my ePubs and converting with Alantis. I'm really happy with the results, but I want to understand how the image size works on readers like the Nook. Some of the images in my eBook take up the whole screen when viewing in the Nook and Kobo, leaving the caption on its own on the next screen. What is the image size that causes this to happen? What height should I make all my images to ensure they fit on the ereaders screen, with a little room below for the captions? Also, does anyone have a good Word Marco that will resize all my images to that height (there are many of them!) and keep the aspect ratio? All the ones I've found on the web seem to have runtime errors. Thanks in advance, Kay  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520 
				Karma: 121692313 
				Join Date: Oct 2009 
				Location: Heemskerk, NL 
				
				
				Device: PRS-T1, Kobo Touch, Kobo Aura 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It all depends on your reader and your font-size of course. If you really want to avoid splitting the caption from the image, include the caption in the images. However, that is never ideal of course. Perhaps, just perhaps, you could place the picture in a SVG wrapper and include the caption in the wrapper. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	In general if you make your pictures 600x800 it should fit full screen. However, this is no guarantee.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26 
				Karma: 496542 
				Join Date: Dec 2011 
				
				
				
				Device: nook 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			So that's a height of 800 pixels I assume?  How do I work that out in word?  I think it only shows cm for image size.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470 
				Karma: 13095790 
				Join Date: Aug 2007 
				Location: Grass Valley, CA 
				
				
				Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Dale  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520 
				Karma: 121692313 
				Join Date: Oct 2009 
				Location: Heemskerk, NL 
				
				
				Device: PRS-T1, Kobo Touch, Kobo Aura 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The best result would be achieved with some post-processing in the ePUB.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26 
				Karma: 496542 
				Join Date: Dec 2011 
				
				
				
				Device: nook 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks for your help, guys.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 117 
				Karma: 584308 
				Join Date: Oct 2010 
				Location: San Francisco 
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			To keep objects together, enclose them within a DIV or P tag and use inline-block. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	That is, In your CSS, have something like this: .image-and-caption { display:inline-block } Then in your html: <div class="image-and-caption"> <img alt="text" src="image1.jpg" style="height:90%; text-align:center;"/> <p>Caption text</p> </div> Leaving the "height" at 90% (or whatever is appropriate) will leave enough room for your caption text.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 frumious Bandersnatch 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,570 
				Karma: 20150435 
				Join Date: Jan 2008 
				Location: Spaniard in Sweden 
				
				
				Device: Cybook Orizon, Kobo Aura 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			But note that "inline-block" is not an officially supported value in the epub spec, so don't complain if it doesn't work.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Content Kindle 3 Image Dimensions Test to Fill Entire Viewable Area | sinan | Amazon Kindle | 5 | 07-11-2012 06:58 AM | 
| How to get cover to fill screen? | seagull | Amazon Kindle | 11 | 03-15-2011 01:05 PM | 
| Fit PDF to screen height | Hugo | Amazon Kindle | 15 | 01-21-2011 02:07 AM | 
| Text Does Not Fill Kobo Screen | mreclass | Kobo Reader | 22 | 10-19-2010 11:46 PM | 
| Opus Text doesn't fill screen (library ebpub books) | mlewis78 | Bookeen | 14 | 03-04-2010 11:50 AM |