I’m making a bar (like an hr) that will be spanning across the webpage. Out of curiosity, would it not be best to create the smallest image possible to repeat on the X axis or would it be best to make the image semi-wide already so that it doesn’t have to repeat too many times?
Share
I would make the bar as small as possible. It takes more time to download than it does to render usually. In today’s world is doesn’t matter as much, though. If you want to make it render faster, I would use something around 100px width or so. Either way it’s not a big deal with the speed of the modern internet and processor.
Use border if you can avoid images.