Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
how to remove googlemymap water mark from iframe in reactjs

Iam new to reactjs,i want hide the googlemymap watermark....please let me know how to achieve this

<iframe src="https://www.google.com/maps/d/u/1/embed?mid=1OMSkPKZi-U-CnmBr71zByNxp8HYi-vOc&ehbc=2E312F" frameborder="0" border="0" width="100%" height="100%"  aria-hidden="false" tabindex="0" style={{position:'relative',border:'none',top:'-60px'}}  ></iframe>

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can achieve this by CSS

   <div style={{ width: "70%", height: "450px", overflow: "hidden" }}>
    <iframe
      src="https://www.google.com/maps/d/embed?mid=1O7JsVqXNM97pPIat8PuIIt6JrZXUQJro&ehbc=2E312F"
      width="100%"
      height="900"
      frameborder="0"
      style={{ border: 0, marginTop: "-67px" }}
    ></iframe>
  </div>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!