Comment to 'What is the best size for the Splash image (Width and height)?'
  • Thanks a lot. It's all I needed ;)

    By the way, when i use the Chrome Web Inspector on the Splash image, i can see this:

    .bx-spl-line.bx-spl-l1 .bx-spl-image {
        max-width: 100%;
    }
    

    As you can tell it already has max-width: 100%. Then my question is: as i will be using JPG or PNG, do I still need to use percent width and height? (width: 100%; height: 100%;). If so where should I add them? Thanks