Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7742085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:11:35+00:00 2026-06-01T09:11:35+00:00

I retrieve embed code videos from my database. However, in db they are 650

  • 0

I retrieve embed code videos from my database. However, in db they are 650 x 650. What I want is making them small.

with template lite tag, I tried this

<tr>
    <td>Videos</td>
    <td>
        <div height="100" width =" 200" /> 
            {foreach value=movieF from=$movieFragman}
                {$movieF.embedCode} 
            {/foreach}
        </div>
    </td>                
</tr>

but div does not work. What can I do for that?

With below code , i set the width height of div

   </style><style type="text/css">
    {literal}
    div.embed
    {
    width:200px;
    height:100px;
    }

    {/literal}
    </style>

this happens..
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T09:11:37+00:00Added an answer on June 1, 2026 at 9:11 am

    It’s work

    <html>
    <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script>
        $(document).ready(function(){
           $('.test embed').attr('height','');
           $('.test embed').height(600);
           $('.test embed').attr('width','');
           $('.test embed').width(600);
        });
    </script>
    </head>
    <body>
        <div class="test"> 
            <embed src="http://www.abc.com/images/player2.swf?video=173350&amp;movieid=1500%22" wmode="window" bgcolor="#000000" allowfullscreen="true" scale="noScale" width="640" height="483" type="application/x-shockwave-flash">
        </div>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've an image. I want to retrieve datas from the database and embed the
I'm trying to retrieve a listing of a user's youtube videos and embed them
I want to retrieve a row from a MySQL database which returns a row,
I retrieve .jpgs from my server and load them within my as3 app. I
I retrieve numeric/decimal/money column values from SQL Server database as SQL_NUMERIC_STRUCT structures. Now I
I retrieve few data from database then store it into hashmap and display it
I retrieve information from my database and it is all in a Cursor. Now
I retrieve data from database using this query: SELECT * FROM tickets_departement_groups WHERE group_id
I retrieve data from Oracle database and populate a gridview. Next, I try to
I retrieve some data from a database which returns it in a list of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.