• How come my images are resizing by themselves? I am currently using the Simple Image Grabber plugin which selects the first image of a post and then displays it. I set the plugin to preserve each image’s size but the display is different. My website is https://deals.glumbo.com. Compare the thumbnail image vs the actual post image to see the difference.

    If I don’t use the simple image grabber plugin how could I display images next to my post? I have a custom field that contains the image url.

Viewing 2 replies - 1 through 2 (of 2 total)
  • this style in style.css of your theme seems to be ‘forcing’ all images in the content to be 80px wide:

    #content .post .content img {
    			border: 3px solid #ECEBEB;
    			margin: 4px 8px 5px 0;
    			float: left;
    			width: 80px;
    		}
    Thread Starter Matthew Hui

    (@zazinteractive)

    Wow, thanks for finding the issue. I just removed that and everything works. You are awesome ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images are resizing by themselves?’ is closed to new replies.