Skip to content

Wiki-embed on the new UBC CLF Layout (responsive)  #5

@rienamba

Description

@rienamba

Hi,
I am using Wiki-embed with the new UBC CLF Layout, but I found few things that do not work well on the new UBC CLF Layout:

  • The images and videos on the wiki embed are not responsive by default. So whenever I try to make images or videos responsive with the content in wiki embed, I have to use JQuery to manually wrap the iframe and objects with the < div class="responsive-media" > code.
  • All the links within the Wiki embed does not line-break, so when the page is browsed on a screen below 534 px (including Iphone 4), the link goes over the layout, and causes a weird spacing on the right-hand side: screen shot 2014-03-03 at 1 54 22 pm

Edited: Mar 4 - It got fixed when I add the CSS:
a.external.free {
word-break: break-word;
}
.wiki-embed-source{
word-break:break-word; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions