Making size of photos fill entire top of screen

I just got a contract to make changes to a layout my client has abandoned. I made a few changes to the CSS file, converted the site to a PHP template system, as well as updated the logo. After I made the changes, the height of the pictures changed. I don't know what I did to cause that to happen. Would this have anything to do with the transition or margin changes to the CSS file I made or the new logo I put in? Any help is appreciated.
The original website:
Penthouse Event Suite
My changes:
[img]
http://imageshack.com/a/img633/315/UxdwJs.png
index.html
[code]
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from www.penthouseeventsuite.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Apr 2015 02:19:14 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Penthouse Event Suite</title>
<style>
@font-face { font-family: Delicious; src: url('HelveticaNeue.ttf'); }
@font-face { font-family: Delicious; font-weight: bold; src: url('helvetica-neue-bold.ttf');}
@font-face { font-family: Delicious1; src: url('HelveticaNeue-Light.otf'); }
@font-face { font-family: Delicious2; src: url('HelveticaNeue-CondensedBlack.otf');}
@font-face { font-family: Delicious3; src: url('HelveticaNeue-Thin.otf'); }
</style>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/business-casual.css" rel="stylesheet">
<link href="css/slider.css" rel="stylesheet">
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,8 00italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300itali c,400italic,600italic,700italic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Quicksand|Jura|Text+Me+One|Gruppo|Bubble r+One' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="padding-top:110px;">
<!-- Navigation -->
<nav class="navbar navbar-fixed-top" role="navigation" style="margin-bottom:-30px">
<div class="container" style="width:100%;padding-left:0;padding-right:0;background-color:#000000;">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="col-lg-12 col-md-12" style="background-image: url(logo.png);background-repeat:no-repeat;background-position:140px 10px;padding-left:0px;height:110px;">
<ul class="nav navbar-nav" style="width:100%;background-color:#fff;padding-right:260px;background-image: url(logo.png);background-repeat:no-repeat;background-position:140px -20px;margin-top:30px;">
<li class="pull-right"><a href="http://www.linkedin.com/" style="padding:2px;"><img class="img-responsive" src="in.png"></a></li>
<li class="pull-right"><a href="http://www.instagram.com/" style="padding:2px;"><img class="img-responsive" src="instagram.png"></a></li>
<li class="pull-right"><a href="http://www.facebook.com/" style="padding:2px;"><img class="img-responsive" src="facebook.png"></a></li>
<li class="pull-right" style="padding-top:3px;padding-right:10px;"><div class="address-bar">333 Terminal Avenue | Vancouver, BC | 778.883.7594</div>
</li>
</ul>
<ul class="nav navbar-nav pull-right" style="font-size:0.93em;padding-right:130px;padding-top:10px;">
<li>
<a href="index-2.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="business.html">Business</a>
</li>
<li>
<a href="social.html">Social</a>
</li>
<li>
<a href="#" data-toggle="dropdown">
Virtual Tour
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="boardroom.html">Pinnacle Boardroom</a></li>
<li><a href="gallery.html">The Grand Gallery</a></li>
<li><a href="lounge.html">Tranquility Lounge</a></li>
<li><a href="rooftop.html">Skyview Terrace</a></li>
<li><a href="lobby.html">Infinity Foyer</a></li>
<li><a href="rooms.html">Executive Meeting Rooms</a></li>
</ul>
</li>
<li>
<a href="images.html">Gallery</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="container" style="width:100%;">
<div id="Carousel" class="carousel slide carousel-fade">
        <div class="carousel-inner">
            <div class="item active">
<img class="img-responsive img-full" src="slider/HP1.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive img-full" src="slider/HP2.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive img-full" src="slider/HP3.jpg" alt="">
</div>
<div class="item">
<img class="img-responsive img-full" src="slider/HP4.jpg" alt="">
</div>
        </div>
        <a class="left carousel-control" href="#Carousel" data-slide="prev">
            <span class="glyphicon glyphicon-chevron-left"></span>
        </a>
        <a class="right carousel-control" href="#Carousel" data-slide="next">
            <span class="glyphicon glyphicon-chevron-right"></span>
        </a>
</div>
</div>
<div class="container">
<div class="row text-center">
<hr style="margin-top:40px;margin-bottom:-5px;max-width:350px;">
<p style="color:#fff;font-family:Delicious2;font-size:3em;margin:0 0 -5px;">WHAT CAN WE HELP YOU WITH</p>
<hr style="margin-bottom:40px;max-width:350px;">
</div>
<div class="row" style="padding-bottom:40px">
<div class="col-md-6" style="overflow:hidden;padding-right:15px;"><a href="business.html"><div class="pic" style="background-size:cover"></div></a></div>
<div class="col-md-6" style="overflow:hidden;padding-left:15px;"><a href="social.html"><div class="pic-1" style="background-size:cover"></div></a></div>
</div>
<div class="row" style="margin-bottom:190px;">
<div class="col-md-12" style="overflow:hidden;"><a href="boardroom.html"><div class="pic" style="height:67px;background-size:cover;background-image: url(virtual.png);"></div></a></div>
</div>
<div class="row text-center" style="background-image: url(img/optbg.png);background-repeat:no-repeat;margin-bottom:30px;border-bottom: 2px solid #fff;border-top: 2px solid #fff;border-left: 2px solid #fff;border-right: 2px solid #fff;padding:2px;">
<div class="col-lg-3 col-md-3"><img src="love.png" class="img-responsive"></div>
<form method="post" action="index.php" name="emailform"><div class="col-lg-3 col-md-3">
<div class="input-group" style="width:90%;margin-bottom:2px;">
</div><div class="input-group" style="width:90%;margin-bottom:2px;">
  <input type="text" name="email" class="form-control" placeholder="E-mail:" id="email" aria-describedby="basic-addon1">
</div>
<div class="input-group" style="width:90%">
<input type="text" name="phone" class="form-control" placeholder="Phone:" id="phone" aria-describedby="basic-addon1">
</div>
</div>
<div class="col-lg-5 col-md-5">
<p style="color:#fff;font-family:Delicious2;font-size:2em;margin:0;">I WANT TO KNOW MORE</p>
<a href="#" onclick="document.emailform.submit()"><img class="img-responsive" src="submit.png" style="padding-left:150px;"></a></div>
<div class="col-lg-1 col-md-1" style="padding-top:1%;"><img src="logo1.png" class="img-responsive"></div>
</form>
</div>
</div>
</div>
<!-- /.container -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p>Copyright &copy; Penthouse Event Suite 2015</p>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 //changes the speed
</script>
</body>
<!-- Mirrored from www.penthouseeventsuite.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Apr 2015 02:25:17 GMT -->
</html>
[/code]
business-casual.css
[code]
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
body {
    font-family: "Delicious","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
hr {
    max-width: 750px;
    border-color: #999999;
.brand,
.address-bar {
    display: none;
.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
.img-full {
    min-width: 100%;
.brand-before,
.brand-name {
    text-transform: capitalize;
.brand-before {
    margin: 15px 0;
.brand-name {
    margin: 0;
    font-size: 4em;
.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
.box {
    margin-bottom: 20px;
    padding: 2px 2px;
    background: #fff;
    background: rgba(255,255,255,0.9);
.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
.img-left {
    float: none;
    margin: 0 auto 0;
footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
footer p {
    margin: 0;
    padding: 12px 0;
.pic {
    width: 100%;
    height: 333.3px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(b1.png) no-repeat;
    -webkit-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
.pic:hover {
    opacity: 0;
    overflow: hidden;
    transition: 0.7s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
.pic-1 {
    width: 100%;
    height: 333.3px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(s1.png) no-repeat;
    -webkit-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
.pic-1:hover {
    opacity: 0.3;
    transition: 0.7s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 5px;
        text-align: center;
        text-shadow: 3px 3px 6px rgba(0,0,0,1);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    .top-divider {
        margin-top: 0;
    .img-left {
        float: left;
        margin-right: 25px;
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 0px;
        text-align: left;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000000;
    .navbar {
        border-radius: 0;
    .navbar-header {
        display: none;
    .navbar {
        min-height: 0;
    .navbar-default {
        border: none;
        background: rgba(255,255,255,1.0);
    .nav>li>a {
        padding: 10px;
    .navbar-nav>li>a {
        line-height: normal;
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.0em;
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
[/code]
slider.css
[code]
.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: opacity 1.2s ease-out 0s;
    -o-transition: opacity 1.2s ease-out 0s;
    transition: opacity 1.2s ease-out 0s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -moz-transition: opacity 1.2s ease-out 0s;
    -ms-transition: opacity 1.2s ease-out 0s;
.carousel-inner > .item:first-of-type {
  position: relative;
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 2.0s ease-in-out;
       -o-transition: opacity 2.0s ease-in-out;
          transition: opacity 2.0s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
.carousel-control {
  z-index: 4;

Can you post a link to the NEW site so we can see it in our browsers?
It's impossible to know what's going on with screenshot.
Nancy O.

Similar Messages

  • Difference between Photos label at top of screen and all photos under albums?

    Just wondering what the difference is being the box at the top left hand side of screen that is labelled 'Photos' and the one just below 'Albums' that is called 'All photos'.
    I can see that the 'Photos' area seems to be all photos on your mac, like the events stream was on iPhoto before and the camera roll on IOS iPhoto.
    I had expected 'All photos' under albums to be just those you had placed in albums, but I added and deleted a few photos to test this and could not see any difference between the effect on the two areas.
    I suspect all the previous 'events' have been folded together in one folder so that it is easy to see what was there on conversion,  but before I start dismantling this folder to suit the new layout I just want to make sure I understand how the deleting of photos from albums/the whole program works.  I have been prompted a couple of times if I am deleting from album or deleting altogether but deletions seem to affect both these streams?

    Photos is sorted based on the date of the photo.
    All Photos is based on date added. Don't know how it imported at first, but every photo you add from now on will be shown in the order added to the All Photos album no matter what date is in it metadata. And it will be placed in date order in Photos moments.
    If you import 100 photos and delete 20, you will have 80 photos left from the import. The 50 you put in an album doesn't affect the total amount you added to the library. It just means that you chose not to put 30 in an an album you created. You can put the same photo in as many albums you want to create. The actual photo still resides in the library.
    Don't confuse the system created albums with the user created albums. You can choose to remove a photo from a user created album without deleting it from the library. Or, you can choose delete from a user album which will delete from all albums and the library. But you can only delete from the system album.

  • So why can't I size a photo to fit the lock screen on the iPhone?

    After choosing a photo to use on the lock screen, I can move it around, but cannot size it to fit correctly. What's the secret to getting the pic to fit?

    Thanks for the reply. After posting the question, I did some reading of other discussions and found that your solution seems to be the only one out there. I also sent a note to Apple feedback requesting a fix in the next software update. Fingers are crossed

  • How can you shrink the size of an upright picture to make it smaller without losing any of the detail in it??? At the moment, if I view them on my laptop, landscape photos fill the screen, but portrait photos only show the middle part.

    How can you shrink the size of an upright picture to make it smaller without losing any of the detail in it (in Slideshow)??? At the moment, if I view them on my Mac Laptop, landscape photos fill the screen, but portrait photos only show the middle part, so I loose the top and bottom of the picture.  Have tried cropping, but that means I lose top and bottom part of the picture, so that is not the answer!!

    Homestly haven't a clue what's going on there. 
    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

  • When I copy and paste from illustrator to PS regardless of option choosen the original shape size is lost, instead of true size shape tries to fill entire width. Fix?

    When I copy and paste from illustrator to PS regardless of option chosen the original shape size is lost, instead of true size shape tries to fill entire width. Same happens when using the new library assets.
    Fix?
    Thanks

    Can't always make sense of its effect, but I suspect what your seeing comes under the influence of Photoshop > Preferences > General > Options > Resize Image During Place

  • Firefox is expanding to fill entire screen, no access to controls

    There is something wonky going on. After I launch firefox which I have done for years, today its started automatically expanding to fill whole screen, no access to any controls, etc.
    I did try to install software no such luck.
    See attached screenshot -hmm how do I attach a screenshot.... well if I did you would JUST see the browser filling entire area of my screen (and no making it larger or smaller with mac controls does nothings)
    you see the top bar for a SPLIT second then it moves up and all you get is this big screen.
    Thanks - mac here 10. 6.08

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    1) You can check for problems with the Firefox plist file (org.mozilla.firefox.plist).
    *http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results
    Go to "~/Library/Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist)
    2) You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor?

    Bought a new monitor.. wide screen 23"... Firefox is not filling the full window. IE works fine but I prefer Firefox. What do I need to do to fill entire window, not just the way it was with the old monitor? edit

    Most pages are defined to be a certain size, regardless of how large or small your monitor is. You can use Firefox's zoom feature (View menu) to enlarge the text and images (or just the text, if you prefer) on a page.
    In addition to making individual site adjustments, there are some add-ons that will default every site to a higher zoom level. For example, check out:
    * [https://addons.mozilla.org/en-US/firefox/addon/6965/ Default FullZoom Level]
    * [https://addons.mozilla.org/en-US/firefox/addon/2592/ NoSquint]
    Does that help?

  • MicroPhoto Q's: Adding Photos(Size), Using Photos as backrou

    How exactly do I add photos to my player? I mean which program should I use, because I can't find photo tranfer anywhere. Do the photos need to be a certain size or format? or does the photo just accept everything?And once i figure out how to add photos, is there a way to use them as backrounds or create custom themse. Maybe downloading themes?Thanks

    If you Control-click on the square photo in a book frame you can select the "Fit photo to frame size" option and the entire image will be contained in the frame. there will be some white space on the short side.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How do I reduce the size of photos to use on website?

    Thanks to the helpful person who recommended I use Rapidweaver to build a website, I am slowly getting somewhere. It is so simple and just like Apple applications that I think I can do this.
    My problem now is that when I tried to transfer a photo from iPhoto to the draft website page it comes across so large it fills the page.
    How do I reduce the size of photos so that I can bring them across? I need to show about 20 photos on the web pages. Do they need to be in a different format and if so how do I change it to the appropriate one?
    Many thanks.
    ibook   Mac OS X (10.3.9)  

    Hi Casuarina,
    Go to this site and click on the Desktop Version Quicktime movie for a small tutorial. It will explain everything to you and you can see how you resize right within Rapid Weaver. It's really quite nifty.
    http://donmc.libsyn.com/index.php?post_id=37133
    Lori

  • Screen size in windows 8.1 - all icons too small! How do I enlarge the entire captivate 8 screen?

    The entire Captivate 8 screen to too small. How do I enlarge the entire window? All icons and thumbnails are 1/4 the size they should be. Using Windows 8.1.

    It looks like it is an issue between Adobe and Microsoft. (Many Adobe programs are responding this way to Windows 8 and 8.1)
    I am posting this to try and get some (ANY) ideas/feedback...but to also bring it to the Captivate Community attention. I hope the Captivate Staff is aware of this issue.
    Same issue -great PhotoShop screenshot Photoshop too small on windows 8.1
    Photoshop CC / Windows 8.1 HiDPI / Retina scaling support
    Re: Adobe suite HiDPI on Windows 8.1
    Right side menu too small font size of letters in Windows 8.1 High DPI screen
    Re: Photoshop CC / Windows 8.1 HiDPI / Retina scaling support
    there are many many more out there......
    I tried this first, it comes with Windows and changes your display properties by application: (but it didn't work)
    The program above basicly edits these settings (you can get to these by right clicking on the exe application) I tried many combos, an even tried them under the "change for all users" setting.....NADA!
    I have tried editing the Windows display settings: (all screen shots below are with this setting size)
    The screenshot below is at 250%. It does not make any difference in the application (check out the menu bar, properties, icons....) If I go over 150% I lose dialog box space...the buttons disappear! If I keep it at 150% the words "Advanced Actions" at the top of the dialog box shrinks slightly, enough to fit the buttons in...) I showed the difference using snag it (12 pt arial compared to the appearance of the UI ~ 4 pt.) This is so hard to see! Same issue in some of the other adobe applications. (fyi...they are all up to date)
    Photoshop = same problem
    Dreamweaver = working fine
    Flash = working fine
    Premier Pro = half working....(menubar is ok but everything else is real small)
    Muse = not working
    Adobe Edge Code = Working fine
    OOF! Well, any thoughts anyone? I appreciate any and al feedback and ideas!!!

  • Is it possible to put a photo overlay on top of a QuickTime movie?

    Is it possible to put a photo overlay on top of a QuickTime movie?
    Here's what I want to happen...... Once the QT arrow controller is clicked, then the overlay photo would disappear and the QT movie would play.
    I tried to put the QT movie file in a table then place a photo as the background image, but it didn't work.
    Anyone know how this can be done?

    Easy using QuickTime Pro.
    Size the image file to the dimensions of your QuickTime file.
    Open the image with QuickTime Pro.
    Select all (Command-a) and Copy (Command-c).
    Switch to your QuickTime .mov file. Place the controller at the first frame.
    Paste (Command-v) and Save As (self contained).
    To give your still image file a bit of "time" add it (scaled) to a few seconds of audio and then "extract" the new video track.

  • Viewing movies at normal size in Photos

    Despite my previous comment about drag-&-drop galleries, I'm liking Photos. One thing, however, bugs the everloving poo out of me. I've got galleries with photos and movies, which I think is great. Problem is, they're not HD movie files. They're old cell phone and old webcam videos. Why can't these videos be played back at normal size, instead of filling the window? Again, another lame omission in this nice application. :/

    I agree.  Tell Apple what additional features you'd like t in Photos via https://www.apple.com/feedback/photos.html

  • How do I re-size a photo

    I've used Photoshop for years but Lightroom is very much harder to use.  All I want to do is re-size a photo to put on the web, print a particular size, etc.  This should be easy but I give up.

    Lightroom isn't more difficult to use than Photoshop, it's just different. You have to learn how to use it.
    It may be worth you making some use of the resources available here: Lightroom for Beginners and in particular: how do I export my photos?

  • Adjusting size of photo prior to emailing it

    Whenever I send an email with a photo attached (from iPhoto) it is huge.  I've checked Help and can't find anthing referring to how to resize a photo prior to attaching to an email.  CH

    To send pic via Comcast email:
    Per RatVega: use Preview to change size of photo   
    Preview > Tools > Adjust size
    Change size by changing height & width > check Resulting Size box
    at bottom of box. Adjust numbers to make file the size you want.
    Save As...Name & put file where it's easy to find, such as on Desktop
    Go to Comcast mail
    Click New > Set up new email.
    Click Attach at top of email window > Attach File window opens
    Click on Choose File > Finder window opens
    Click on the pic file you set up in Preview > Click Choose button
    This takes you back to the Comcast Attach File window.
    Check that your files there, to the right of the Choose File button
    Click Attach at bottom of window
    Wait a couple seconds > email will open with file attached.
    This isn't quite as tedious as it looks. It does get the pic sized & in Comcast.
    Good luck.

  • Problem with photo fill, when using Adobe Photoshop Touch

    While experimenting with PS Touch (for android), I discovered the photo fill. I had selected an area of a photo then clicked photo fill. The camera framed me into the selected area. Cool.  When I tried to use this feature later on, I clicked photo fill and the selected area filled in black, rather than showing my face.  Can someone please tell me what I'm doing wrong?
    Thank you, garnette.marlow

    Tap "More" (looks like an ampersand ("&"); 2nd icon from top right) > Camera Fill.
    There's an option to flip the camera around if you have two cameras. (The Kindle Fire HDX 8.9 has two; the others have at least one minus the plain Kindle Fire HD, which has none.) Not sure if it's active if you have only one.

Maybe you are looking for

  • Motorola V551 - Won't sync Phone Numbers

    Hi Everyone; So I got a Motorola V551, paired it to my Mac via Bluetooth, and added it to iSync 2.2 . I went to sync, and only the Calendars were added, even though all Contacts was selected. I went into MORE OPTIONS and Selected "Synchronize Email A

  • Vendor open item doesn't appear in clearing list

    Hi All, Few of the vendor open items are not appearing while running transaction f-44 for clearing them. Anybody has any clue what could be wrong? These items appear in open item through FBL1N. Regards, Sunil

  • Need to deploy custom EAR/WAR on EBS OC4J

    hi all I'm using the VIS12 EBS image from Fusion Factory. I need to deploy a custom EAR/WAR on it. I have no EBS expertise (I'm a tech guy, not an apps guy). How do I do this deployment? I tried using admin_client.jar to use RMI for deployment but co

  • DVDSP3 - First play problem

    Hi I producing a project on DVD SP3. I've done this before but I'm having problems with this particular project. It is a simple project with 1 menu page and a start button. From there you can navigate thru chapters. I have "first play" set to Menu 1

  • Sending a keypress of just Left Shift

    I have an application that I need to send xx number of presses of either the Left Shift or the Left Mouse button to. No other keys or combinations, just an arbitrary number of presses of either of those, and then released before sending it again. For