Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active December 27, 2015 15:09
Show Gist options
  • Save taptapdan/7344991 to your computer and use it in GitHub Desktop.
Save taptapdan/7344991 to your computer and use it in GitHub Desktop.
HTML/CSS code to force a Moodle course banner image to resize with the browser.
<div style="text-align: center;">
<img src="{{IMAGE_FILE.PNG}}" alt="{{ALT TEXT}}" style="width: 100%;" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment