⚠️ OUES Course Template 3.0

Welcome to the Course!

Course Number 🚩

Course Title 🚩

Instructor <<Insert Name>> 🚩

College <<Insert College>> 🚩

Getting Started

 

🚩🚩Attention: Instructional Designers/Course Developers: 

When you change out the top banner to reflect your program, you will need to add a snippet to the HTML so your banner will automatically resize to fit your window size. Here's how to do it:

  1. You can place your program's banner with Rich Editor. Then go to HTML Editor and find the code that looks similar to this (at the top):

<img src="/courses/145959/files/12947431/download" alt="generic_banner.jpg" data-api-endpoint="https://canvas.ou.edu/api/v1/courses/145959/files/12947431" data-api-returntype="File" />

  1. Add the snippet that will instruct Canvas to automatically resize your banner so that it automatically adjusts to the window size (see highlight). 

<img src="/courses/145959/files/12947431/download" alt="generic_banner.jpg" width="100%" height="720" data-api-endpoint="https://canvas.ou.edu/api/v1/courses/145959/files/12947431" data-api-returntype="File" />

  1. Delete these instructions. Then click "save."