I found by browsing some pages source code that they resize a box using either CSS or Jquery. The code and files are very long so I thought if someone knows how to do this.
What’s it?
On images files, I find a box (designed with an editor), this box has a size of xxx X yyy. A way to use it on a division, is to use it as a background and then your division have the same look as this box, however it can’t scale in size.
it seems that there’s a solution to dynamically (most likely with JS) resize this box (may be by cropping the top, bottom, left and right) and then resizing it.
Does anyone have an idea about this or a simple example/tutorial??
jQuery has a pretty rad UI, not sure if this is what you mean, but check out
their easy demo here,
jQuery Resizeable