HOME | DD

#css #gallery #html #journal #snippet
Published: 2013-11-10 01:06:25 +0000 UTC; Views: 17967; Favourites: 569; Downloads: 833
Redirect to original
Description
Live Version
CSS Thumb Snippet for inserting a Mini Thumb Gallery into any journal of your choice. Just add this code to your favorite journals using the steps listed in the image above. Then in the HTML of your journal, type the following to use your Mini Gallery:
Feel free to modify as you wish! Credit is also greatly appreciated.
Credits:
Inspired by `thespook 's Mini-Thumb Tutorial
All artworks can be found in my Favorites Folder
Related Works:
Related content
Comments: 67
Fungushi [2016-07-17 02:19:21 +0000 UTC]
Can it be used in the feature deviation widget?
š: 0 ā©: 1
SimplySilent In reply to Fungushi [2016-07-18 00:59:46 +0000 UTC]
Yes, if you know how to add css to a featured deviation widget. I have a tutorial in my gallery for how to do so.
š: 0 ā©: 0
fiberbyte [2016-05-31 16:19:48 +0000 UTC]
90% of people marry there 7th grade love. since u have read this, u will be told good news 2night. if u don't pass this on nine comments ur worst week starts now this isn't fake. apparently if u copy and paste this on ten comments in the next ten minutes you will have the best day of ur life tomorrow. you will either get kissed or asked out in the next 53 minutes someone will say i love you
š: 0 ā©: 0
CD-STOCK [2015-08-13 09:48:01 +0000 UTC]
Thanks for sharing!
I used it here TEXTURE MADNESS VOLUME I
š: 0 ā©: 0
Fehnryr [2015-07-16 19:59:05 +0000 UTC]
Is there a version of this that shrinks the thumbs to the same size instead of only showing a section of them?
š: 0 ā©: 1
SimplySilent In reply to Fehnryr [2015-07-17 04:46:22 +0000 UTC]
I don't think that's possible, unfortunately. The images don't scale evenly, so they get distorted when you try to make them all the same size.
š: 0 ā©: 1
Fehnryr In reply to SimplySilent [2015-07-17 06:42:25 +0000 UTC]
Ah, makes sense. Just wondering, I do occasionally have deviations that don't adjust to the correct size when using mini thumbs. Any idea if there's a fix for that?
I have an example here (excuse the mess, it's a WIP) if you scroll down to "Maya" you'll see that the last picture is shorter than the rest.Ā Miscellaneous OC's
š: 0 ā©: 0
Naseki In reply to AmjeAmjeAmje [2015-05-02 15:46:29 +0000 UTC]
I'm not the creator of this but I can answer.
No, you cannot use this in a custom box as it doesn't support CSS. Instead, you could install this journal skin, post it and feature it on your profile (just like your Profile Directory).
Hope this helped!
š: 0 ā©: 0
artsyclairejane [2014-05-15 01:50:40 +0000 UTC]
I copied everuthing in the Skin CSS section but I don't know what to do next Help senpai <3
š: 0 ā©: 1
SimplySilent In reply to artsyclairejane [2014-05-16 00:02:48 +0000 UTC]
You take everything you copied and paste it at the bottom of the CSS of another journal skin. That way, the journal skin can now use mini-thumbs.
From there, you can use the code in the "How To Use" section on the deviation to create mini-thumbs in your journal.
š: 0 ā©: 1
artsyclairejane In reply to SimplySilent [2014-05-16 12:01:21 +0000 UTC]
Ohhh so how can I put in in my page like pandek0k0? <3
š: 0 ā©: 0
Pastel-BunBun [2014-04-24 01:19:39 +0000 UTC]
Ive seen people use this on there profiles. So I know there is a way, I am just trying to figure it out~
š: 0 ā©: 1
SimplySilent In reply to Pastel-BunBun [2014-05-03 02:44:26 +0000 UTC]
You can use a Featured Deviation Widget to make this work. Something like this:Ā www.simplydevio.us/resources/pā¦
š: 0 ā©: 0
CelestialCreatures [2013-11-26 23:37:06 +0000 UTC]
Thank you for putting this together! ^.^
š: 0 ā©: 1
SimplySilent In reply to CelestialCreatures [2013-12-03 05:13:52 +0000 UTC]
No problem at all
š: 0 ā©: 0
CaptainMisuzu [2013-11-25 19:00:18 +0000 UTC]
Oh can i ask you how to do ?
I would like to add it to my box newest gallery:Ā captainmisuzu.deviantart.com/
But didn't work.
Should i have to remove the background for it to work ?
š: 0 ā©: 1
SimplySilent In reply to CaptainMisuzu [2013-11-26 19:20:25 +0000 UTC]
Ahh, this is actually CSS code for journal skins. It's meant to be added to journal skins, not your profile page widgets.
š: 0 ā©: 1
CaptainMisuzu [2013-11-25 16:02:34 +0000 UTC]
#Oh you're very great, i'm not sure i would be able to use it for now, but it would maybe help me for my page ! Thanks for your generosity and sharing your intelligence with us >__<
š: 0 ā©: 0
Alkraas [2013-11-22 22:28:05 +0000 UTC]
Hmmm...
Is it possible to make the background like the one in this:
š: 0 ā©: 1
SimplySilent In reply to Alkraas [2013-11-23 05:21:22 +0000 UTC]
Do you mean how the background changes color when hovered over?
š: 0 ā©: 1
Alkraas In reply to SimplySilent [2013-11-23 12:12:00 +0000 UTC]
Hmm I have no idea how to explain...
I meant actually to have it a blank tranparent background behind the thumbs. And not the devious, green journal skin as background there, I know, I am bad at explaining.
š: 0 ā©: 1
SimplySilent In reply to Alkraas [2013-11-23 21:16:55 +0000 UTC]
This resource is meant to be added onto other journals, and the green journal skin will disappear when you do so.
To get rid of the background formatting though, you can add the following code into the CSS:
*{
background:none;
border:none;
}
š: 0 ā©: 1
Alkraas In reply to SimplySilent [2013-11-23 22:07:37 +0000 UTC]
Uhh, it worked! Thanks
š: 0 ā©: 1
SimplySilent In reply to Alkraas [2013-11-23 23:36:30 +0000 UTC]
Awesome, and no problem!
š: 0 ā©: 0
ScatteredAshe [2013-11-18 07:00:40 +0000 UTC]
This is freaking great!! Thanks for sharing!
š: 0 ā©: 1
EnsoDancer [2013-11-11 19:29:14 +0000 UTC]
Thank you, nice resource. Mentioned here fav.me/d6tuzzf
š: 0 ā©: 1
SimplySilent In reply to EnsoDancer [2013-11-12 01:10:17 +0000 UTC]
How wonderful! Thanks, and no problem!
š: 0 ā©: 0
SimplySilent In reply to cality [2013-11-12 01:10:30 +0000 UTC]
Thanks! It took ages to get it to work properly tho.
š: 0 ā©: 1
| Next =>