Insert Gif

Discussion in 'BizWay WordPress Theme' started by sapy_marketing, Jun 21, 2016.

Thread Status:
Not open for further replies.
  1. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    I would like to insert a little gif which loops continuously into the main header next to the logo - is this possible?

    How would it affect the responsiveness of the website, if for example it is viewed on a mobile phone? I would like the gif to play beneath the logo on the phone browser.....
     
    Last edited: Jun 21, 2016
  2. priya

    priya Guest

    Hi,

    Please follow the screenshot given below.

    bizway_add_header_gif-img.png

    Code is as follow..
    Code:
    <div class="header_gif">
                          <img src="http://66.media.tumblr.com/3308baf17b02e89e02107bf51138105c/tumblr_n7bmvsuoo71qm6oc3o1_500.gif">
               </div>
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    And now, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .header_gif {
        float: right;
    }
    .header_gif img {
        width: 100%;
        margin-right: -245px;
        margin-top: -95px;
        margin-bottom: 10px;
    }
    Note: Change the numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thank you Priyanka
     
Thread Status:
Not open for further replies.

Share This Page