Basic Principles for Combining Images and Text on Mobile
On mobile devices, screen space is limited and users browse in short bursts. Therefore, the combination of images and text should be concise and efficient. Images should support the core message rather than serve as mere decoration. Text must be clear and brief, avoiding excessive overlays on images that hinder readability. Generally, images should not occupy more than 50% of the screen, and key text should be placed below or beside the image for easy reading.
Common Layouts and Their Use Cases
Vertical Stacking (Image Above Text)
This is the most common layout, with an image on top and text below. It works well for product showcases and step-by-step instructions. The image grabs attention first, followed by explanatory text. Keep image height moderate to avoid excessive scrolling before reaching the text.

Side-by-Side Layout
On wider mobile screens (e.g., phablets or landscape mode), placing image and text side by side allows simultaneous viewing. However, keep text brief—ideal for icon+label or portrait+bio scenarios.
Text Overlaid on Image
Often used for banners or key highlights. Ensure sufficient contrast between text and image background. Use semi-transparent overlays, text shadows, or place text in the lower third of the image. Limit text to 20 characters or fewer.

Key Details to Watch
- Image Loading Speed: Mobile networks can be unstable. Compress images to a reasonable size (under 100KB recommended), use WebP format, or implement lazy loading to avoid slowing down page load times.
- Font Size and Line Spacing: Body text should be at least 16px with 1.5x line spacing. Buttons and labels need larger fonts. Text within images (e.g., posters) must remain legible on small screens.
- Touch Targets: If images or text are clickable, ensure touch areas are at least 44x44px to prevent mis-taps.
- Avoid Text-Image Overlap: Unless specifically designed, keep text separate from images to reduce visual clutter.
Practical Testing Tips
Before launching your site, preview pages on different phone sizes (e.g., 4.7-inch, 6.1-inch, 6.7-inch) to check for image distortion, text truncation, and proper spacing. Use browser developer tools to simulate mobile views. Real-world testing ensures the image-text combination meets expectations.

In summary, mobile image-text pairing should prioritize quick information access for users, avoiding over-design. Properly balancing image-to-text ratio, placement, and loading performance can significantly enhance the reading experience on business websites.


