thumbnail size won't change!! it says 107…
-
Hello,
I can’t change my thumbnail size for some reason…
i tried:
set_post_thumbnail_size( 300, 270 );
adding a class to it and then do this
add_image_size( ‘thumbs_home’, 300, 270);
none work.. any ideas ??? the size is now 107.. and i don’t find that in my theme its css file..
css in real time gives me this
img[width=107] {
width: 107px;
}
img[height=107] {
height: 107px;
}Thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘thumbnail size won't change!! it says 107…’ is closed to new replies.