Chris Pollett > Students >
Mallya

    ( Print View)

    [Bio]

    [Blog]

    [CS 297 Proposal]

    [Deliverable 1]

    [Deliverable 2]

    [Deliverable 3]

    [Deliverable 4]

    [CS297 Report - PDF]

    [CS 298 Proposal]

    [CS 298 Slides - PDF]

    [CS 298 Final Report - PDF]

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: