To post a new support question, click the Post New Topic button below.
Current Version: 5.2.1 | Sytist Manual | Common  Issues | Feature Requests

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Site Customisation - Fullscreen Billboard But Not Fullscreen!

M
19 posts
Mon Nov 25, 24 8:24 AM CST

Hi - I have a fullscreen billboard gallery at the top of my page. I like how it looks, and I especially like the combination of text and image as it draws the eye to analyse the image, which I feel enhances the viewing. For this I use a title and subtitle, which I've styled accordingly. But there are some issues:

website: www.matsmithphotography.com - to see what I mean.

1) People don't necessarily know they should scroll down to see more. To address that, I have added links to the top, but honestly I prefer people to know to scroll down. I need to move billboard down so it's half "below the fold", inserting text above, but I don't know how to do that.

2) As the image is full screen (or full window), this means that depending on the aspect ratio of the browser window, it might cut heads off (widescreen) or make text overlap (narrow screen). I would rather address the widescreen issue, as I don't mind text overlapping in some cases, although it would be great to alleviate both.

I do really want to keep my yellow on black title / subtitle text elements that change with each image.

But I think I need the gallery to display in a frame with fixed aspect ratio rather than truncating. I'm aware this will reduce the fullscreen impact (especially on a nice large computer screen) but I guess that's the only option.

Can someone suggest a way to achieve the above?

I tried to remove the billboard and just add a slideshow element to the page but it doesn't allow me to have different text for each image.

Thanks

16,796 posts (admin)
Mon Nov 25, 24 10:57 AM CST

If you set the billboard to " Below menu & above page content container (fixed width / height ratio) ", it will keep the ratio.


Otherwise you will need to add some media queries to adjust according to the screen size. 


Design -> Edit My Theme -> Additional CSS. Example: 


@media (max-width: 1000px) {
#neatbbslides  { height: 500px !important; }
}

@media (max-width: 800px) {
#neatbbslides  { height: 400px !important; }
}

@media (max-width: 600px) {
#neatbbslides  { height: 320px !important; }
}

@media (max-width: 450px) {
#neatbbslides  { height: 280px !important; }
}

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
M
19 posts
Mon Nov 25, 24 1:43 PM CST

Thanks, I hadn't realised that I already had some CSS overriding the height options. The fixed works fine after I removed that additional CSS, and your media queries worked a treat. Thanks

3 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 60 times
Category: Billboards
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close