Images showing up smaller then they should be…
-
If you take a look at the website I started to build https://creativeonlinegenius.com/home/ you can see that the 2 banners are different sizes however none of the 2 are set at the correct size and I don’t know how to fix this or why the banners are automatically showing up smaller in the website.
I changed the following code-
<img src=”https://creativeonlinegenius.com/wp-content/uploads/2014/08/final-banner1-300×71.jpg” alt=”final banner1″ width=”300″ height=”71″ class=”alignnone size-medium wp-image-79″ />
to this-
<img src=”https://creativeonlinegenius.com/wp-content/uploads/2014/08/final-banner1-300×71.jpg” alt=”final banner1″ width=”850″ height=”202″ class=”alignnone size-medium wp-image-79″ />
but changing the width and height as seen in the 2nd code still did not resolve the issue, the sizes remain the same on the website. Any ideas on how to fix this? I am using the 2014 wordpress theme for my website.
- The topic ‘Images showing up smaller then they should be…’ is closed to new replies.