WT Quick links v.1.4.0
Release notes
v.1.4.0 What's new?
Video
Added the ability to select the type of media content - image or video.
New module layout
Added layout (bootstrap) - bg-video, which displays the "wall" of the video in the full width of the container.
Responsive videos
Added the ability to specify adaptive videos. For each range of screen resolutions (specified using CSS media queries), you can specify a separate video file and a poster for it for desctop and mobile devices. Javascript checks device screen size and then lazy loading of a video file. For mobile devices, the recommended video file size is no more than 1.5-2 MB. For desktop devices - no more than 10MB.
You can take the bg-video layout in the module folder as a basis and create your own. In this case, the container common to all videos should have the data-wt-quick-links-responsive-videos attribute with the module id, and each video attribute id like id="wt-quick-links-responsive-videos-[module_id]-[video_number]". See details in bg-video layout file. The Joomla core.js file must also used (it is used by default).
Field "Link text"
Now you can use HTML tags from the Joomla whitelist in this field. For example, this may be convenient if you need to transfer a long phrase using <br/>.