Hello! I would like to create a masonry grid of 16 boxes, where each box corresponds to a theme, as in the image below.
I saw this in this link:
https://ucdenver.instructure.com/courses/336339/pages/sehd-course-progress-template-commencement?module_item_id=600380
but I do not know how. I tried using bootstrap, but to no avail. Can anybody help me? Thanks.
Hi @lilianedias Welcome to the Canvas Community. While I don't have an answer to your question I am going to share it to the Q & A space where questions have the best chance of being seen an answered. Cheers!
Hi Liliane,
There is high likelyhood that the Bootstrap libraries you want to use are already invoked and in use within Canvas.
https://du11hjcvx0uqb.cloudfront.net/dist/webpack-production/appBootstrap.bundle-a16c8912e4.js" defer="defer">
The good news is that you may still use Bootstrap....the bad news is that you may have put together some hacky Inline CSS and some extensive trial and errors attempts before you're successful. Feel free to DM me if you have additional questions.
Good luck!Jason
Hi @lilianedias
You might want to check out this great idea for image mapping from @jnassif at https://community.canvaslms.com/groups/designers/blog/2017/06/14/image-mapping-for-a-homepage-aka-image-with-multi-links .
Let us know if this will work for you!
Kelley
@lilianedias ,
Were you able to find an answer to your question? I am going to go ahead and mark this question as answered because there hasn't been any more activity in a while so I assume that you have the information that you need. If you still have a question about this or if you have information that you would like to share with the community, by all means, please do come back and leave a comment. Also, if this question has been answered by one of the previous replies, please feel free to mark that answer as correct.
Robbie
Hi everyone, I am seeking some insight into how Canvas LMS handles HTTP errors and how they are reflected in the logs versus the user interface. We are currently observing the following behavior in our environment: Log-only errors: We are seeing 500 (Internal Server Error) and 503 (Service Unavailable) errors recorded in…
I'm currently integrating an LTI tool and attempting to use the Activity.id.history https://canvas.instructure.com/doc/api/file.tools_variable_substitutions.html#activity-id-history variable, but I'm experiencing issues getting it to work properly. What I've Done: Added the Activity.id.history variable to my Developer…
I looked through the LTI Variable Substitutions documentation and while there are variable substitutions available for Canvas.term.name and Canvas.term.id (which is the Canvas incremented ID like "104"), I was surprised to see there was no option for Canvas.term.sisSourceId I tried testing other possible variants that may…
Summary:The Learning Mastery Gradebook allows drag-and-drop reordering of outcome columns, and this triggers a call to /api/v1/courses/:course_id/assign_outcome_order. The API returns 204 No Content (success), but the column order does not persist after page refresh. Steps to Reproduce: Open Learning Mastery Gradebook for…
I'm building a tool for my institution that imports grades from another LTI tool into Canvas so instructors can automate late assignment policies not otherwise supported by Canvas. I'm trying to use the LTIv1.3 ID which is readily available on the LTI-side as a link to the student record on Canvas, but I can't find the ID…