-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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:
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; }
Reactions are currently unavailable
