Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: Resizing images in posts

$
0
0

Open file function and change this into you own width/height:
add_image_size( 'single-post-image', 720, 320, TRUE );
(720 = width and 320 = height)

Open file style and look for the first 2(!): img.blog-thumb
Remove this: width:100%;
(so your should remove this 2x in file style)

Guido


Viewing all articles
Browse latest Browse all 8865

Trending Articles