Why don't my images load properly from a Wordpress page?
Hi there,
I am wondering why the images on my Wordpress website look differently when loaded on WordPress.
Here is an example: http://komfo.com/resource/how-to-increase-participation-with-facebook-events/
It looks perfect when loaded with Chrome.
Thanks!
All Replies (3)
Check your zoom controls.
<Control> + (plus) enlarge <Control> - (minus) reduce <Control> 0 (zero) restore
This is more into the size and scaling of the images.
I have coded them into Wordpress, but when it loads, then it looks different in proportions in Chrome and Firefox.
It works for me with using a style attribute to set the image size, but for some reason not by using the width and height attributes.
<img class="aligncenter wp-image-13781" src="http://komfo.com/wp-content/uploads/vega-speaker-300x257.jpg" alt="Ditte" style="height:128px; width:150px"> <img class="aligncenter wp-image-12278" src="http://komfo.com/wp-content/uploads/25.png" alt="Lisbeth Chawes" style="height:150px; width:150px">