• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization how do I get this picture popping drop shadow effect?

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 1  of  2
1 2
Old Aug-25-2012, 01:54 PM
#1
Suli is offline Suli OP
Suli
how do I get this picture popping drop shadow effect?
This drop shadow is very cool, the way it pops the photo out and makes it look like its floating in the center of the page. I like how the shadow is just on the bottom and not exactly a fixed width all around. I was if anyone knows how to exactly do this effect? I would love to know

http://www.thomascamponephotography.com/
Old Aug-25-2012, 03:56 PM
#2
ZBlack is online now ZBlack
ZLB Photography
ZBlack's Avatar
I could be wrong on this, but I believe that is a separate image all together and just placed where it is and the pictures he has in the slideshow are specifically sized to fit those dimensions so it looks cool.
http://dl.dropbox.com/u/6653861/index.html is a link to a page I created just toying around with some cool stuff from Codrops that they offer free. The shadow underneath the pictures is a separate image. If you're in chrome, the outer images should move a little bit when hovered over. I am guessing he used something similar to this method, but I am a complete novice in coding so it may be done completely differently.
__________________
-Zach
www.zlbphotography.com (Photography site)
www.zblackwood.com (All things me)
Old Aug-25-2012, 04:36 PM
#3
Suli is offline Suli OP
Suli
I think that is it
Zack, I think that is exactly what I am looking for. Great site btw, I'm a big soccer fan as well. I'm a complete novice as well and just kinda code hack and try to manipulate it as much as I can to get what I need. I'd be very interested on how you set placement of that dropshadow picture. I'm guessing you can setup your slideshow placement then put that under and below it somehow?
Quote:
Originally Posted by ZBlack View Post
I could be wrong on this, but I believe that is a separate image all together and just placed where it is and the pictures he has in the slideshow are specifically sized to fit those dimensions so it looks cool.
http://dl.dropbox.com/u/6653861/index.html is a link to a page I created just toying around with some cool stuff from Codrops that they offer free. The shadow underneath the pictures is a separate image. If you're in chrome, the outer images should move a little bit when hovered over. I am guessing he used something similar to this method, but I am a complete novice in coding so it may be done completely differently.
Old Aug-25-2012, 04:57 PM
#4
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by ZBlack View Post
I could be wrong on this, but I believe that is a separate image all together and just placed where it is and the pictures he has in the slideshow are specifically sized to fit those dimensions so it looks cool.
http://dl.dropbox.com/u/6653861/index.html is a link to a page I created just toying around with some cool stuff from Codrops that they offer free. The shadow underneath the pictures is a separate image. If you're in chrome, the outer images should move a little bit when hovered over. I am guessing he used something similar to this method, but I am a complete novice in coding so it may be done completely differently.
http://www.fastlinemedia.com/smugmug-templates/

http://fastline.smugmug.com/?theme=ModernLight
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Aug-25-2012, 06:35 PM
#5
Suli is offline Suli OP
Suli
thanks Andy
Didn't know it was a template, but that's the website has the exact one I was looking for. Hopefully I can manage same effect without buying the template, for now at least.
Old Aug-26-2012, 07:24 AM
#6
eric-holmes is offline eric-holmes
Major grins
eric-holmes's Avatar
Oooh, I like that a lot. I'm sure it is do-able. That would make my slide show really pop!
__________________
www.ericholmesphotography.com
Old Aug-26-2012, 07:34 AM
#7
eric-holmes is offline eric-holmes
Major grins
eric-holmes's Avatar
Not to thread jack, but I also like how the "site credits" are collapsed into one expandable link. Is that something doable without having to do the template?
__________________
www.ericholmesphotography.com
Old Aug-26-2012, 07:56 AM
#8
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by eric-holmes View Post
Not to thread jack, but I also like how the "site credits" are collapsed into one expandable link. Is that something doable without having to do the template?

custom footer box:
Code:
<div id="eric-footer-wrap">
<div id="eric-footer">
<div id="eric-copyright">
<span>©</span>

<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear());
</script>

<span>eric holmes photography</span>

<span class="eric-footer-sep"> | </span>

<span class="eric-login-link">
<a href="https://secure.smugmug.com/login.mg">Login</a></span>
<span class="eric-logout-link">
<a href="http://www.smugmug.com/logout.mg">Logout</a></span>
<span class="eric-footer-sep"> | </span>

<span id="eric-site-credits-toggle">
<a href="javascript:void(0);" onclick="this.style.display = 'none'; document.getElementById('eric-site-credits').style.display = 'inline';">Site Credits</a></span>
<span style="display:none;" id="eric-site-credits">Photo hosting by <a title="Photo hosting" href="http://www.smugmug.com/pro">SmugMug Pro</a>

<script type="text/javascript">
document.getElementById('eric-site-credits').style.display = 'none';
</script>
            
</div>
            
<div style="clear:both"></div>
</div>
</div>


css:

Code:
/* custom footer*/
#eric-footer {width:280px;margin:auto;
padding:20px;color:#505050;font-size:11px}

#eric-footer a {color:#505050 !important;
text-decoration:none}
#eric-footer .eric-footer-sep {padding: 0 1px}
#eric-footer #eric-copyright {float:left}

.notLoggedIn .eric-logout-link {display:none}
.loggedIn .eric-login-link {display:none}

#footer_wrapper, #cobrand_footer 
{display: none !important}


__________________
-Joe Allen
My Smugmug Site

Last edited by J Allen; Aug-26-2012 at 11:05 AM.
Old Aug-26-2012, 10:12 AM
#9
eric-holmes is offline eric-holmes
Major grins
eric-holmes's Avatar
Joe, coming through again! Now we have to see about helping Suli out. Although I am not sure it would be doable with out adding some kind of HTML box that the slide show fits in.
__________________
www.ericholmesphotography.com
Old Aug-26-2012, 11:04 AM
#10
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by eric-holmes View Post
Joe, coming through again! Now we have to see about helping Suli out. Although I am not sure it would be doable with out adding some kind of HTML box that the slide show fits in.

You or suli come up with an image like this one ......and I'll help you place it using css
__________________
-Joe Allen
My Smugmug Site
Old Aug-26-2012, 11:06 AM
#11
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by eric-holmes View Post
Joe, coming through again! Now we have to see about helping Suli out. Although I am not sure it would be doable with out adding some kind of HTML box that the slide show fits in.

also...I just edited my post...I had an error in there that I spotted after seeing it on your site
__________________
-Joe Allen
My Smugmug Site
Old Aug-26-2012, 11:27 AM
#12
eric-holmes is offline eric-holmes
Major grins
eric-holmes's Avatar
Are we needing png or jpeg? Png I presume.
__________________
www.ericholmesphotography.com
Old Aug-26-2012, 11:49 AM
#13
eric-holmes is offline eric-holmes
Major grins
eric-holmes's Avatar
Here is a jpeg of it...
Shadow
__________________
www.ericholmesphotography.com
Old Aug-26-2012, 01:25 PM
#14
JCphotography is offline JCphotography
Big grins
Oh man, I want to do this. Is there a certain width or length that we need to do this in order to get it to look proper?
Old Aug-27-2012, 02:56 AM
#15
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by eric-holmes View Post
Here is a jpeg of it...
Shadow

I tried and just couldn't get this to work properly with the type of slideshow your using, your slideshow adjust to whatever the user's screen size is at, so I couldn't get the image to stay put....but you can try these thing's and see what you think.....

To give the image a try, add this to your CSS:

Code:
#bioBox
{background: url('http://www.smugmug.com/photos/1850694136_R8VhW98-O.jpg') center bottom no-repeat !important;
padding: 0 0 90px 0}


.homepage #eric-footer
{position:absolute;bottom:20px;
left:0px;right:0px}


If you don't like that, remove it and give this a try

Code:
.slideOuter {box-shadow:6px 6px 6px rgba(50, 50, 50, 0.6)}

You can play and adjust this code above here, it is css only, no image.


Maybe someone else could provide a better for this..
__________________
-Joe Allen
My Smugmug Site
Old Aug-27-2012, 03:33 AM
#16
JCphotography is offline JCphotography
Big grins
Quote:
Originally Posted by J Allen View Post
I tried and just couldn't get this to work properly with the type of slideshow your using, your slideshow adjust to whatever the user's screen size is at, so I couldn't get the image to stay put....but you can try these thing's and see what you think.....

To give the image a try, add this to your CSS:

Code:
#bioBox
{background: url('http://www.smugmug.com/photos/1850694136_R8VhW98-O.jpg') center bottom no-repeat !important;
padding: 0 0 90px 0}


.homepage #eric-footer
{position:absolute;bottom:20px;
left:0px;right:0px}


If you don't like that, remove it and give this a try

Code:
.slideOuter {box-shadow:6px 6px 6px rgba(50, 50, 50, 0.6)}

You can play and adjust this code above here, it is css only, no image.


Maybe someone else could provide a better for this..
Is that code good for anyone to try it?
Old Aug-27-2012, 05:30 PM
#17
Smug Eric is offline Smug Eric
Smug Hero
Smug Eric's Avatar
Yeah that box-shadow code should work for any bit of CSS
__________________
Eric
Support Hero and Customeister
http://www.smugmug.com/help
Old Aug-27-2012, 07:07 PM
#18
Suli is offline Suli OP
Suli
wow all the great help
this thread really blew up, thanks for all the help guys! I just got my full screan and navigation working properly lol, I may have to give this a go now, it looks really clean! Eric, looks like you have your slideshow centered well for this to work perfectly, msg me when its done, I'd love to see it.
Old Aug-27-2012, 07:16 PM
#19
Suli is offline Suli OP
Suli
What do I change to get this on my site?
What portions of the code would need to change, to get this nice piece of code to work on my site?
www.ksartistry.com

Quote:
Originally Posted by J Allen View Post
custom footer box:
Code:
<div id="eric-footer-wrap">
<div id="eric-footer">
<div id="eric-copyright">
<span>©</span>

<script type="text/javascript">
var date = new Date();
document.write(date.getFullYear());
</script>

<span>eric holmes photography</span>

<span class="eric-footer-sep"> | </span>

<span class="eric-login-link">
<a href="https://secure.smugmug.com/login.mg">Login</a></span>
<span class="eric-logout-link">
<a href="http://www.smugmug.com/logout.mg">Logout</a></span>
<span class="eric-footer-sep"> | </span>

<span id="eric-site-credits-toggle">
<a href="javascript:void(0);" onclick="this.style.display = 'none'; document.getElementById('eric-site-credits').style.display = 'inline';">Site Credits</a></span>
<span style="display:none;" id="eric-site-credits">Photo hosting by <a title="Photo hosting" href="http://www.smugmug.com/pro">SmugMug Pro</a>

<script type="text/javascript">
document.getElementById('eric-site-credits').style.display = 'none';
</script>
            
</div>
            
<div style="clear:both"></div>
</div>
</div>
css:

Code:
/* custom footer*/
#eric-footer {width:280px;margin:auto;
padding:20px;color:#505050;font-size:11px}

#eric-footer a {color:#505050 !important;
text-decoration:none}
#eric-footer .eric-footer-sep {padding: 0 1px}
#eric-footer #eric-copyright {float:left}

.notLoggedIn .eric-logout-link {display:none}
.loggedIn .eric-login-link {display:none}

#footer_wrapper, #cobrand_footer 
{display: none !important}
Old Aug-28-2012, 02:57 AM
#20
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by Suli View Post
What portions of the code would need to change, to get this nice piece of code to work on my site?
www.ksartistry.com

it will all work fine on your site, but you'll prolly want to change the name of the copywrite in this line of html:

Code:
<span>eric holmes photography</span>
__________________
-Joe Allen
My Smugmug Site
Page 1  of  2
1 2
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Slideshow images border and drop shadow??? Scott Leonhart SmugMug Customization 5 Jan-17-2012 03:34 PM
No drop shadow in IE brandofamily SmugMug Customization 7 Oct-04-2011 01:54 PM
Links Page and Gallery page issues Neptune SmugMug Customization 34 Jan-01-2007 08:41 AM
Slideshows picture quality and captions JourNet SmugMug Support 8 Sep-22-2006 09:19 AM
Panorama Viewer CSS Hack Andy SmugMug Customization 9 Feb-08-2006 06:12 AM


Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump