IT Log

Record various IT issues and difficulties.

Tag: Horizontal Screens


  • How to create long images for horizontal screens in frontend

    Creating long images for horizontal screens in frontend development involves several steps to ensure proper rendering and user experience. Here’s a comprehensive guide: Image Dimensions: Set the image width to 100% or a fixed pixel value to make it responsive. Use height: 100vh or a percentage of viewport height for longer images. CSS Layout: .horizontal-image-container…