Getting the Blogging University images the same size
-
I’ve taken some of the WordPress Blogging University workshops in the past, and I have some Blogging U. badge images posted on my blog. I learned in one of them how to post images in widgets, but how do I get them all to be the same size? In other words, which part of the codes for each one do I modify to get them all the same size as the Writing one, and how do I modify them? I want them all to be smaller like the Writing one. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Not sure exactly what I did regarding the code, but I went to my other site where I had somehow done it the way I wanted it to look on the blog, opened up the widget tab under Customize, copied the code that I had in that particular widget, and then pasted it to the widget I had for this blog. No idea how it happened, but it worked! :)
I may try looking for the posts in one of the notes I had for one of the Blogging U. workshops to see if I can find how the Happiness Engineers showed me how to do it for the other blog. I’m still learning how to do shortcode. In short, I’m not sure how I did it other than copying and pasting the way I wanted it to show up, but it only matters that it’s done. If I need help in the future with shortcode and all, I’ll start a new thread.
-
Hi there,
Glad you got it working.
The code you were looking for is this:
width="300" height="300"Added inside the img-tag, just after the image URL, those parameters control the size at which the image will show. So you can also adjust those numbers to make the images even smaller or bigger.
- The topic ‘Getting the Blogging University images the same size’ is closed to new replies.