Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wdn_site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
wdn_site
Merge requests
!3
Fix explanation of WDN-STRETCH class
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix explanation of WDN-STRETCH class
wdn-stretch
into
master
Overview
0
Commits
1
Pipelines
0
Changes
Merged
Ryan Klusman
requested to merge
wdn-stretch
into
master
11 years ago
Overview
0
Commits
1
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ecf346b9
1 commit,
+
13
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
resources/bands/index.shtml
+
13
−
17
Options
@@ -143,28 +143,24 @@
</div>
<div class="wdn-band" style="max-height:400px; overflow:hidden;">
<div class="wdn-stretch">
<div class="promo-container">
<img src="../../graphics/wide-horizon.jpg" alt="Wide Horizon Image" />
<div class="image-overlay" style="bottom: auto; top: 10%;">
<div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves">
<div class="wdn-col overlay">
<h2 class="clear-top" style="font-size: 38px;">"Stretch" Band</h2>
<p>
Stretch bands are used to display images, video, and other media at full width of the browser window. The band allows content to take advantage of the real estate provided by larger screens.
</p>
</div>
<div class="promo-container">
<img class="wdn-stretch" src="../../graphics/wide-horizon.jpg" alt="Wide Horizon Image" />
<div class="image-overlay" style="bottom: auto; top: 10%;">
<div class="wdn-inner-wrapper">
<div class="bp2-wdn-grid-set-halves">
<div class="wdn-col overlay">
<h2 class="clear-top" style="font-size: 38px;">"WDN-STRETCH"</h2>
<p>
<code>wdn-stretch</code> will set an element such as an image to full width or <code>width:100%</code>.
</p>
</div>
<div class="wdn-col">
<div class="wdn-col">
<pre>
<code><div class="wdn-band ">
<div class="wdn-stretch">
<img src="../../graphics/wide-horizon.jpg" alt="Wide Horizon Image">
</div>
<img class="wdn-stretch" src="../../graphics/wide-horizon.jpg" alt="Wide Horizon Image">
</div></code>
</pre>
</div>
</div>
</div>
</div>
Loading