JSFiddle - React, Tailwind, and code Playground
by lennyekberg
HTML
<div id="cont">
<object id="obj" width="" height="" data="https://rabadang.se/test/ronneby_hamtningskalender/search.php"></object>
<div>
CSS
div#cont {
height:600px;
width: 50%;
}
object {
}
JavaScript
$(document).ready(function(){
$("#obj").width($("#cont").width());
$("#obj").height($("#cont").height());
});