This commit is contained in:
2026-03-19 15:56:54 +01:00
parent 9f0b270036
commit 0cfb6ba674
5 changed files with 41 additions and 4 deletions

View File

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