Falta construidos, form corporativos, testimonios, carro
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function resize() {
|
||||
let p = 400 / 1030
|
||||
let p = 400 / 944
|
||||
$('.container').each(function(i, el) {
|
||||
let height = $(this).height
|
||||
let width = $(this).width
|
||||
@ -9,11 +9,12 @@ function resize() {
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.sticky').sticky({
|
||||
$('.menu.sticky').sticky()
|
||||
$('.column2 .sticky').sticky({
|
||||
context: '#column'
|
||||
})
|
||||
|
||||
$('.shopping.cart').innerText = 0
|
||||
|
||||
window.onresize = resize;
|
||||
//window.onresize = resize;
|
||||
})
|
||||
|
Reference in New Issue
Block a user