aleeex's profile picture

Published by

published
updated

Category: Web, HTML, Tech

scroll boxes and image embeds

highly recommend this site for previewing & easier coding 


paste all codes in about me


i uploaded to imgur and then copy the direct link and paste this into about me:
you can change the height and width by changing those numbers.

<img src=" *http link here*
width=400&height=350&fit=bounds&crop=fill"/>

for a scroll box:


<div style="width: 420px; height: 400px; background-color: #DCDCDC; font-size: 11px; overflow: auto;">

<img src=" *http 1 link*
width=400&height=350&fit=bounds&crop=fill"/>

<img src=" *http 2 link*
width=400&height=350&fit=bounds&crop=fill"/>

<img src=" *http 3 and so on link*
width=400&height=350&fit=bounds&crop=fill"/>

</div>



comment scroll box code, place this within the root function:
change 220 to increase/ decrease amount shown

table.comments-table{
display: block;
height: 220px!important;
overflow-y: scroll;
}



hope this helps!





24 Kudos

Comments

Displaying 8 of 8 comments ( View all | Add Comment )

mummified_corpse

mummified_corpse's profile picture

This is so helpful thank you sm <3


Report Comment

QwertyLyn

QwertyLyn's profile picture

I know this is an old posting, but im struggling to get the images with scroll bar to work


Report Comment

Kєℓℓу ɮєℓℓу ♡

Kєℓℓу ɮєℓℓу ♡'s profile picture

How’d you change the names to “marry kill & obituary” ?


Report Comment



Look in the sun and moon layout for those codes, I can hop on my laptop in a bit and separate them for you if you need

by aleeex; ; Report

Lindsay

Lindsay's profile picture

Thank you! I got it to work!


Report Comment

dank frank

dank frank's profile picture

it didnt work unfortunately


Report Comment

aleeex

aleeex's profile picture

added the edit to the blog


Report Comment

aleeex

aleeex's profile picture

Hmmmm you could try that.

try posting it in just this and see how big the picture ends up



some of my pictures ended up ridiculously big but it was bc they were Live Photo’s... let me know what happens!

Also I use this to test it out before I post it on my page
https://genericprofileeditor.neocities.org/


Report Comment

dank frank

dank frank's profile picture

tried using it and the pics are HUGE ;-; changing the width/height size didnt help, does it have anything to do with crop=fill?


Report Comment