How can I get this look?

drastic

Well-known member
Hey Everyone, especially @Chris D ,

On the media/category pages, I want my media titles to appear on mouseover - just like the titles on the recent media that appears on the forum view page. I know we can have them appear in a container, but I like the mouseover better.

Is there a way that can be done? It will look really nice and it will match the other thumbs.

Also, is there a style property that will let me push the pics closer together by increasing their size? The recent thumbs are 169x169, but media page they're 155x155...the larger ones are nicer.

Here's an idea of how I'd like to get it. Of course, only one title will be present at a time. It's just like that because I copy/pasted that row in ms paint.
 
Last edited:
You can turn off most of the default thumbnail elements using style properties (XFMG: Thumbnail Elements).

That should go some way to achieve the look you want.

The only thing you would need to add yourself is the title to overlay, styled accordingly to suit.
 
what template would that overlay be in?

I'm guessing I could plug this into it:

Code:
<h2 class="mediaTitle"><a href="{xen:link xengallery, $item}">{$item.media_title}</a></h2>
 
Top Bottom