close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

image backgrounds

Thread began 7/25/2017 12:34 pm by Jamie | Last modified 7/25/2017 3:44 pm by Ray Borduin | 295 views | 1 replies |

Jamie

image backgrounds

Hey Ray

Would really appreciate some advice on the following although if you feel it requires a PT then just let me know.

Am putting together a site at the moment where I have a hero image that needs to by dynamic and changeable by the client.

At the moment, the image is set within the css.

<nav class="row heroLayer">

where the css is

body > .row.heroLayer {
position: relative;
display: block;
overflow: hidden;
min-height: 600px;
max-width: none;
max-height: 600px;
background-color: transparent;
background-image: url('images/misc/heroLarge.jpg');
background-attachment: scroll;
background-position: center top;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
background-repeat: no-repeat;

background-blend-mode: normal;
}



but to make it a dynamic image I then need to take that and make it

<nav class="row heroLayer" style="background:url(images/hero/<?php echo($PageContents->getColumnVal("PageMainHeroImage")); ?>);">



but by doing that I lose all the styling that is set and not too sure how I can retain it to maintain the functionality of the image as the breakpoints change.

Have attached the 2 versions of the same page together with the css and linked to those 2 live pages so you can see how they differ

Sign in to reply to this post

Ray BorduinWebAssist

Try:

<nav class="row heroLayer" style="background:url(images/hero/<?php echo($PageContents->getColumnVal("PageMainHeroImage")); ?>);background-size: cover;">

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...