I want to resize the div from google map, but I don't have the code in my html file, I used the map in this code, I don't have the code anymore
<iframe class="map-content"
src="https://maps.google.com/maps?q={{json_decode($project->location,true)['lat']}},{{json_decode($project->location,true)['long']}}&output=embed">
</iframe>