./ext/dmzx/youtubegallery/styles/prosilver/theme/video.css
Code: Select all
.video_item img {
display: inline-block;
float: left;
height: 72px;
padding: 10px 10px 20px 0;
position: relative;
vertical-align: middle;
width: 96px;
}
height:
& width:
at your convenience. Galixte de EzCom wrote:Hi,
steps:
- open:
./ext/dmzx/youtubegallery/styles/prosilver/theme/video.css
- find this part of code:
Code: Select all
.video_item img { display: inline-block; float: left; height: 72px; padding: 10px 10px 20px 0; position: relative; vertical-align: middle; width: 96px; }
- change the sizes in pixels of the lines
height:
&width:
at your convenience.
This version is compatible with 3.2.nachtelb wrote: Sun Jan 22, 2017 10:38 am It would be great, if you use a awesome-font icon in your extension for better compatibilty with 3.2 styles.
https://www.phpbb.com/customise/db/styl ... 66#p531166
Are you using 3.2.0 of phpBB?nachtelb wrote: Sun Jan 22, 2017 3:48 pm This version does not use a font-awesome-icon in the navbar. It would be a great benefit for other styles if you do so. At present you are only compatible to prosilver and other "white" styles. For compatibility to dark styles your extension has to provide a dark icon to be compatible.
Its much more easier for you if you replace your icon with a font-awesome-icon and the color of the icon could be controlled by the style.
Code: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and VIDEO_ENABLE -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-videos no-bulletin"<!-- ENDIF --> data-last-responsive="true">
<a href="{U_VIDEO}" title="{L_VIDEO_EXPLAIN}" role="menuitem">
<!-- IF PHPBB_IS_32 --><i class="icon fa fa-youtube-play" aria-hidden="true"></i><!-- ENDIF -->
<span>{L_VIDEO}</span>
</a>
</li>
<!-- ENDIF -->