Deliverable 4

Generalising the Traditional Wiki Systems to New Media Page Formats

Purpose:

To provide a grid view for different media types like audio, video.

Description:

The motive behind this deliverable is to give any user the ability to view media in a format other than list view on Yioop. This is also a potential precursor to add a column like view for ease of drag and drop of different items into the user's folder

Code Snippet to view different media in Media list wiki page:


 .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
 }
 .solid-border.grid-item {
    width:3in;
    text-align: center;
 }
 

Sample Output: