XenForo Media Gallery styling question

teletubbi

Well-known member
When posting a video from the gallery using bbcode i got this result.
Description cameright behind the video. Don`t look very nice.

lucky 1.webp

Here the code i found.

lucky 2.webp

If i put a <br> between the iframe part and the description

lucky 3.webp

i got this result. Looks much better.

lucky 4.webp

But i can`t find the place where i can put it into a template.
So till now it is only temporary.

Any hint?
 
How did you embed the video? With the media tag of the gallery tag?

With the gallery tag it seems to work without an issue (though it may vary depending on your config). With the media embed, it is just a single line. You'd have to change that in xengallery_media_view_sidebar.
 
I use this tag

Code:
[MEDIA=youtube]wxxxrvSxwA4[/MEDIA]Logging 27.März 2015/6  MVI 1077 - YouTube erstellt von Lucky, Freitag um 19:53 Uhr

I will look into it.
 
Ok find it.
Is this line.

Code:
<input type="text" class="copyCtrl CopyInput textCtrl iconInput full" id="ShareVideoBbInput" value="{$media.media_tag}{xen:phrase xengallery_x_by_y_posted_z, 'title={$media.media_title}', 'user={$media.username}', 'date={xen:datetime $media.media_date}'}" />

I guess after {$media.media_tag} there must be the break.

But how to do it?
 
Top Bottom