ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,745
- Points
- 823
Reputation:
Is there a way to use the slider widget but at full width on a page?
I've been trying to use the following, but the image size always seems to be limited to thumbnail size. The goal is to allow the width to fill the size of the page, but slide a few static images.
HTML:
Read more
Continue reading...
I've been trying to use the following, but the image size always seems to be limited to thumbnail size. The goal is to allow the width to fill the size of the page, but slide a few static images.
HTML:
Code:
<xf:css src="xfmg_media_list.less" />
<xf:css src="lightslider.less" />
<xf:js src="vendor/lightslider/lightslider.js" min="1" />
<xf:js src="xfmg/slider.js" min="1" />
<div class="itemList itemList--slider"...
Read more
Continue reading...