how to resize the_content()?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to resize the_content()?’ is closed to new replies.