HTML
--
Questions
--
Followers
Top Experts
http://www.mediascrubber.com/Jobs.html
No matter what I change they wont change in size.
the image workers.png is 550px x 326px and it looks streched vertically.
The other problem is the three blue images are 300px x 300px and they won't reduce. I tried 500px x 500px and 400px x 400px and it never changed.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
height:"300px"align="right" should beheight:"300px" align="right"
<section id="shop-contanier">
<div class="section">
<div class="FAQTitle"><b>Available Positions</b></div>
<div class="shop-items">
<div class="s-item wow fadeInUp">
<div class="job">
<img src="resources/images/Marketing300.png" alt="Marketing" width="300" height="300">
</div>






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Now onto the three blue images...
I would use % instead of pixel with max-height (or max-width)
Check here for image helper and position
https://getbootstrap.com/docs/4.4/content/images/
You can use the class of
img-fluidWhen using Bootstrap don't use inline CSS as it can break Bootstrap logical.
(these days it is not a good idea to use inline CSS in general)
Ref for max-width
https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
Ref for max-height
https://developer.mozilla.org/en-US/docs/Web/CSS/max-height

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
HTML
--
Questions
--
Followers
Top Experts
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.