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

111
Views
la carga de imágenes no funciona correctamente en reaccionar

cómo mostrar la imagen a través de la ruta URL en línea en reaccionar, si trato de hacer ese código, no funciona

 import React from 'react'; export default function Dropdown() { return ( <div> <img alt="picture"src="https://pixabay.com/photos/strawberries-fruit-season-eating-3359755/" height={200} width={200}/> </div> ); }
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

El enlace de la imagen de origen no es válido.

cambie a esto: <img alt="picture" src="https://cdn.pixabay.com/photo/2018/04/29/11/54/strawberries-3359755_960_720.jpg" height={200} width={200}/>

about 4 years ago · Juan Pablo Isaza Report

0

Es solo que su imagen de origen es incorrecta. Prueba esto:

 import React from 'react'; export default function Dropdown() { return ( <div> <img alt="picture" src="https://cdn.pixabay.com/photo/2018/04/29/11/54/strawberries-3359755_960_720.jpg" height={200} width={200}/> </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!