to my .html but make image smaller, e.g. thumbnail size or avatar size, on my page. I have tried with css such as img element and giving it 50% for width and height, but did not work. I also tried a few other things, as well as have googled for answer and read many articles, but still no answer.
Please help.
Thanks,
Hal Jordan
Perhaps you can show us the actual CSS you used? I just opened the dev tools inspector and was able to reduce the display size using width. If you only need to display it as a thumbnail then it might be better to just use an image editor to make it smaller, which will reduce the file size as well. That way you don’t have to send so much over the wires for such a small image.
Giving us a code snippet like that might not give us enough information to help you. That snippet looks like it should work but if it is not then obviously there is something else going on that we don’t know about because we can’t see your actual page. Can you provide us with a link to your tribute page?
So that link just goes to the tribute page challenge but it doesn’t show us your code. You’ll need to paste it in here. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Or you can click the </> button above the editor window with your cursor on a line by itself.
I had been working in VS code and was copying and pasting my code back in fcc lesson page and I didn’t even notice my href was off, because normally I have a css directory. I got it working after that.
Thanks