All Questions
5 questions
1
vote
1
answer
49
views
How can I reference logo.png files with names in my React application and display them dynamically for the tech stack of my projects section?
I'm working on a web development project where I have a list of projects, each with a title, description, and a technology stack. I want to display technology icons next to the names of the ...
1
vote
1
answer
156
views
Embed Google SVG icon failed: Namespace tags are not supported by default
I am trying to embed the Google Icon as SVG file specified in this page. I include the local path as source for the img element:
<img src={GoogleLogo} className={SignInPageStyle.GoogleLogo}/>
I ...
1
vote
2
answers
850
views
how to show image and audio on React.js (in a Stupid Simple way)
I had a flashdrive with songs and photos stick on my router, shared on my wifi, and a simple html file I made to display it like a page. Now I'm trying to make it in react.js
On html I only needed to
&...
0
votes
2
answers
3k
views
How to disable right click or set image can't download (protect image in React Js) [duplicate]
Is it possible we can protect an image from things like right click and download, or screenshot our image? Here is the tag for the image
<img
src={pat.name}
alt=""
className=&...
1
vote
0
answers
68
views
HTML React JSX : Get Two Images to Render Full Screen in React Component Return Render
I am trying to render two images to each be 100% full screen on one of my web pages. But they are showing up super tiny. I've tried a bunch of things from styling to css but the size of the images ...