Okay
  Public Ticket #839938
Shockwave Flash Movie Size
Closed

Comments

  • Eric started the conversation

    After transferring a website from www.dallas-embroidery.com/utay to utay.com, I have come across a weird issue.  On the following page: http://www.utay.com/servicesrepairs/custom-jewelry/   I have a shockwave flash movie which I can't seem to control the overall size of the movie display on the page.  

    Now, I have the same exact page set up at http://www.dallas-embroidery.com/utay/servicesrepairs/custom-jewelry/

    This page has the same exact code in the backend as the one at utay.com, however I am able to depict what size I would like it to show at on the page, while the one at utay.com is non-responsive to the size designation I give it in the back end.  I don't know if this is because I recently updated the Aurum theme for utay.com, and I haven't updated it for dallas-embroidery.com/utay?  Just a possible guess.  Please advise how I can make the movie a smaller size.  Thanks.

  • [deleted] replied

    Hi Eric,

    I saw the flash movie object on that page, and it is occupying the entire container size, thats why it looks oversized. Here is the fix for you:

    .page-id-744 .fluid-width-video-wrapper {
    padding-top: 0 !important;
    width: 400px;
    height: 400px;
    }
    Add this code to Custom CSS. To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).

    Note that size I have added in this case: 400px by 400px can be modified to your own preferences.