• Users have the right to submit an image from the frontend form.
    I am using Post-From-Site plugin and i can save the images as thumbnail,medium or large.I have select the large option right now.

    My main loop looks like this:
    <div class="wpn_postcontent"> <?php the_content(); ?> </div>

    Added an image with width:600 and height:400 and i can see it in full size,it works.
    Added an image 600×15000 then the width goes to 35.

    How to fix this?I wanna set the width of the content to 600 for all images.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well you can set the image to a value like 15000. It contrains to a site of large and that isn’t a width of 15000 for sure.

    did you add the image as ‘large’ or ‘fullsize’?

    the images on the front page have a css class of class="attachment-large"

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to resize the_content()?’ is closed to new replies.