All Questions
17,594 questions
0
votes
0
answers
29
views
How do I get an image from a google drive to render in a WebAPP?
My code fails to render the image properly although displays the placeholder of the correct size. Right click the placeholder will reveal the image in a separate window correctly.
I must be missing ...
0
votes
1
answer
51
views
HTML website code not accessing files in subfolders on cPanel
I am getting HTTP error 403 when viewing the logo in the admwebntech website using this HTML code. I am also getting the same error when viewing another website2 logo. This is still occurring when ...
0
votes
1
answer
67
views
How to use svg image as a button in React
I have an issue making a clickable svg image in React.
My image has a non-ordinary shape, that's why it's difficult for me. I want to know if it's possible to make all image clickable.
Maybe it's can ...
0
votes
0
answers
51
views
HMTL image isn't shown in browser after sending it with the httpExchange responseBody
I'm working on a small com.sun.net.httpserver project where i want to show images a user has uploaded.
I already managed to get the image and safe it onto the file system.
Now i want to send the image ...
0
votes
0
answers
54
views
Modal image gallery displaying incorrect image while loading
I'm making a portfolio website that contains multiple modal image galleries - but a consistent issue I'm having is that when first viewing a large modal image it will display the previously clicked ...
0
votes
2
answers
60
views
How to insert an image + text hyperlink inside a html paragraph?
I have the following setup:
<div id="readme">
<div id="title-container">
<div id="readme-title">
<b>some text</b>
&...
-2
votes
2
answers
81
views
HTML/CSS site only loads image after a refresh on mobile
My website has a logo at the start of the main page, and it only appears on mobile after you refresh once. Here is the site before a refresh:
No Logo
Here is the site after a refresh:
With Logo
On the ...
0
votes
2
answers
60
views
Unable to get Hero/Background Image to full height
Summary: I am trying to get this image to show fully as a Hero image. Edit for clarification: I want an uncropped version of the image to take up approximately 1/4 of the full screen. I want the text ...
-1
votes
2
answers
70
views
Why does my image overflow its parent div with another content inside? [closed]
Why does my image overflow its parent div in Tailwind CSS?
I have a <div> with a fixed size and a border, containing both text and an image. However, the image overflows outside the red border. ...
1
vote
1
answer
56
views
Making an Image Responsive Within a Responsive Div?
I have a div (or section) within a webpage that is meant to contain a responsive image on the right with text on the left that wraps around the image. I achieved this pretty easily with the following ...
0
votes
0
answers
159
views
Angular 19 - access images in public folder
I have created a new application in Angular 19. It is working fine on my development PC. When I deploy it to IIS, the following images are not being loaded:
body {
width: 100%;
vertical-align: ...
0
votes
1
answer
53
views
Python Selenium: How to retrieve base64 captcha image and store as jpeg
I am new to selenium and want to store a captcha image from a html page where it is stored as base64.
I tried using below code but the result is different than what i see by manualy checking the ...
0
votes
1
answer
60
views
Do I need to include width and height attributes in the HTML for an <img> element, not just in the CSS?
I have an <img> element and at the moment I am specifying explicit values for its width and height in the CSS with no such attributes in the (X)HTML. The PowerMapper tool complains about this, ...
1
vote
1
answer
49
views
Images overlapping with elements in the body when the user changes the zoom of the website
I'm creating a website of mine and i've been teaching myself HTML for the past week or so but I cant absolutely understand why my code isnt working.
Basically I'm trying to put he figure just under ...
-1
votes
1
answer
43
views
Javascript Canvas Download Clashing
I'm working on a way to download two different sized versions of the picture using a canvas to repeat an image in its background.
It works when i tested just a single download option, but it doesn't ...