If you could help on this request would be much appreciated.
I've been given a google form from client that they would like embedded within one of the pages. Google supplied the code as an iframe tag but it didn't seem to work. I've currently set it to reference a href tag and reference canvas's iframe via the data-lightbox ref. This works but I can't seem to nominate sizing or have it dynamically size to device. Could someone please look over the below code and add any help to the situation, or let me know if the below is correct. Also I have attached an image so you can see the proportions I'd like to achieve.
<div class="section nomargin nobottommargin dark">
<div class="divcenter center" style="max-width: 920px">
<h4 class="nobottommargin t300 ls1 color">Fill out our enquiry request form today.</h4>
<h2 class="nobottommargin t300 ls1 color">
Enquire Now--></h2>
<!--<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScO0KxeZzhoCmjM4c-H8ixcqJc7wmsOQG_R__3HbtR1lJnxIg/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0">Enquire Now</iframe>-->
</div>
</div>
