Bracer50 Posted April 7, 2016 Posted April 7, 2016 Is there any way to make a image a spoiler? Like so when you click an image it shows other images?
bfarber Posted April 11, 2016 Posted April 11, 2016 That is not an out of the box capability, although you could probably edit the language strings for spoilers to use an image instead of the text 'Spoiler'. It may not look quite perfect without some further CSS adjustments, however.
ipbfuck Posted April 14, 2016 Posted April 14, 2016 If u want for all spoiler u can edit css (or make a custom rule in custom css) to style ipsSpoiler_header: <div class="ipsSpoiler_header"> <span>Spoiler</span> </div> eg, something like this: .ipsSpoiler_header { /* set image */ background: rgba(, , , 1) url("http(s)://miwebsite.**//myimage.jpg") no-repeat fixed center center !important; /* text as transparent */ color: transparent; }
Bracer50 Posted April 14, 2016 Author Posted April 14, 2016 Well all of the other spoilers are fine I just want to use it as a one time type of thing.
ipbfuck Posted April 14, 2016 Posted April 14, 2016 if u are admin (i hope) u can edit just one by html source editor and put in this a style='background...' or make a custom id+css and use still by html source).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.