Salve a tutti. Ho verificato che sul tablet non funziona il resize di un background image.

Nel css inserisco questo codice:

#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }


Esiste qualche jquery per creare un resize che sia anche responsive?

Oppure si può fare tramite css?

Grazie a tutti