Currently, I am utilizing the foundation4 framework for my website. In order to achieve a repeating tiled background, I have crafted a custom CSS file and included the following code snippet:
body {
background: url(img/floorboardsbg.jpg) repeat;
}
While this method works effectively, I am curious if there is an alternative approach that may be more efficient or if using this method could potentially hinder the creation of a responsive site design?