Files
carei.pagedev.pl/wp-content/themes/hello-elementor/assets/js/custom.js
2026-03-19 15:56:54 +01:00

7 lines
147 B
JavaScript

jQuery(function($){
let mapBox = $('.hotspot-mapa')
mapBox.css({
'min-height': $('img.attachment-full', mapBox).height()
})
})