7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
jQuery(function($){
|
|
let mapBox = $('.hotspot-mapa')
|
|
|
|
mapBox.css({
|
|
'min-height': $('img.attachment-full', mapBox).height()
|
|
})
|
|
}) |