Search code examples
jquerydraggableresizable

Resize draggable objects background image on resize


This question is related to : Resizable, draggable object in jquery. Possible?

Hello all,

I want to resize the background image of a div on jquery resize. How can I do it?

Thank you


Solution

  • You can't set the size of a CSS background-image. But maybe this http://www.cssplay.co.uk/layouts/background.html or this will help http://css-tricks.com/how-to-resizeable-background-image/