html - CSS Sprites Repeating Images -
I was thinking that using only one image for repetitive and non-repetitive images using CSS sprites There is no way to do it. So in this case I would like to add all the images on the page, regardless of the width and height, and if they are used as repetitive or non-repetitive images, I know that the standard is used by all repeating pictures Creating 1 image and another image using all duplicated images. But I just wanted to know if I could use 1 image for everything.
Thank you.
The short answer is "no".
This explanation is that the repetitive images are completely displayed in whatever direction they repeat in their direction. Therefore, a background set to duplicate-x
will show all image content in horizontal direction. This is the reason why you can not use the demons again in both directions.
Comments
Post a Comment