تعديل على صورة الهيدر نسخة الجوال

3 مشترك

اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 18:37

السلام عليكم
أريد التعديل على صورة الهيدر في في نسخة الجوال على قالب overall_header , بحيث يتناسب الحجم مع كل الموبايل تلقائيا
لانها تظهر بحجم كبير جدا , صورة توضح المشكلة
تعديل على صورة الهيدر نسخة الجوال 740c0769dd75651

هام جدا جدا
أريد التعديل على القالب بحيث تتناسب صورة الهيدر مع كل جهاز: ايباد , ايفون , جالكسي... اوتوماتيكيا (تلقائيا) وليس بتحديد حجم (height & weight)




الكود:
<!DOCTYPE HTML>
<html lang="{L_LANG_HTML}">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META}
  {META_FAVICO}
  {T_HEAD_STYLESHEET}
  <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="theme-color" content="{GG_THEME_COLOR}" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,700italic,900&subset=greek,greek-ext,latin,vietnamese,cyrillic-ext,latin-ext,cyrillic" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="//code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  {HOSTING_JS}
 
  <style>
  #wrap {
    min-width: 0px; !important
}
   
  #wrap {
    background:#444a5f url(http://i35.servimg.com/u/f35/19/23/51/91/free-l12.jpg);
    background-repeat: repeat; 
}
 

main, #header {
    opacity: 0.9;
    z-index: 9999;
}
    #new-topic {
    float: left;
    }
    #prv-btns {
    padding-bottom: 30px;
}   
  </style>
</head>
<body>
  <div id="wrap">
      <div id="header" class="mobile_title">
        {NAV_CAT_DESC}
      </div>
          <div id="logo"><a href="/"><img src="http://i35.servimg.com/u/f35/19/23/51/91/746b1710.png"/></a></div>
      <main>
  <!-- BEGIN html_validation -->
      </main>
  </div>
  </body>
</html>
<!-- END html_validation -->


Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف DeLeTe الخميس 29 سبتمبر 2016 - 19:00

وعليكم السلام ورحمة الله وبركاته, اهلاً بك
ينقل الى القسم المناسب

قم بتجربة الكود التالي:
الكود:
<!DOCTYPE HTML>
<html lang="{L_LANG_HTML}">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META}
  {META_FAVICO}
  {T_HEAD_STYLESHEET}
  <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="theme-color" content="{GG_THEME_COLOR}" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,700italic,900&subset=greek,greek-ext,latin,vietnamese,cyrillic-ext,latin-ext,cyrillic" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="//code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  {HOSTING_JS}
 
  <style>
  #wrap {
    min-width: 0px; !important
}
   
  #wrap {
    background:#444a5f url(http://i35.servimg.com/u/f35/19/23/51/91/free-l12.jpg);
    background-repeat: repeat; 
}
 

main, #header {
    opacity: 0.9;
    z-index: 9999;
}
    #new-topic {
    float: left;
    }
    #prv-btns {
    padding-bottom: 30px;
}   
  </style>
</head>
<body>
  <div id="wrap">
      <div id="header" class="mobile_title">
        {NAV_CAT_DESC}
      </div>
          <div id="logo"><a href="/"><img src="http://i97.servimg.com/u/f97/15/18/10/29/746b1711.png"/></a></div>
      <main>
  <!-- BEGIN html_validation -->
      </main>
  </div>
  </body>
</html>
<!-- END html_validation -->

مع التحية Cool
DeLeTe
DeLeTe
 
 

ذكر
عدد المساهمات : 2754
معدل النشاط : 9323
السُمعة : 75

https://help.ahlamontada.com#

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 21:49

DeLeTe كتب:وعليكم السلام ورحمة الله وبركاته, اهلاً بك
ينقل الى القسم المناسب

قم بتجربة الكود التالي:
الكود:
<!DOCTYPE HTML>
<html lang="{L_LANG_HTML}">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META}
  {META_FAVICO}
  {T_HEAD_STYLESHEET}
  <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="theme-color" content="{GG_THEME_COLOR}" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,700italic,900&subset=greek,greek-ext,latin,vietnamese,cyrillic-ext,latin-ext,cyrillic" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="//code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  {HOSTING_JS}
  
  <style>
  #wrap {
    min-width: 0px; !important
}
    
  #wrap {
    background:#444a5f url(http://i35.servimg.com/u/f35/19/23/51/91/free-l12.jpg);
    background-repeat: repeat;  
}
 

main, #header {
    opacity: 0.9;
    z-index: 9999;
}
    #new-topic {
    float: left;
    }
    #prv-btns {
    padding-bottom: 30px;
}    
  </style>
</head>
<body>
  <div id="wrap">
      <div id="header" class="mobile_title">
        {NAV_CAT_DESC}
      </div>
          <div id="logo"><a href="/"><img src="http://i97.servimg.com/u/f97/15/18/10/29/746b1711.png"/></a></div>
      <main>
  <!-- BEGIN html_validation -->
      </main>
  </div>
  </body>
</html>
<!-- END html_validation -->

مع التحية Cool



أهلا أخي @DeLeTe
هذه هي النتيجة
تعديل على صورة الهيدر نسخة الجوال Bbf998df14c501a

لقد تحسن في العرض
و أتمنى أن يتحسن في الارتفاع أيضا
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف DeLeTe الخميس 29 سبتمبر 2016 - 21:51

ضع الارتفاع المطلوب اخي الكريم..
فهذا هو الارتفاع الافتراضي للصورة نفسها
DeLeTe
DeLeTe
 
 

ذكر
عدد المساهمات : 2754
معدل النشاط : 9323
السُمعة : 75

https://help.ahlamontada.com#

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 21:54

DeLeTe كتب:ضع الارتفاع المطلوب اخي الكريم..
فهذا هو الارتفاع الافتراضي للصورة نفسها



اتمنى ان تكون صورة الهيدر اوتوماتيكا (تلقائيا) تتغير في الحجم مع كل جهاز
فمثلا حجم شاشه الايباد مختلفة عن الايفون 6 وحجم شاشه ايفون 5 مختلفه ف اتمنى ان تظهر بهذا الشكل في الاجهزه

تعديل على صورة الهيدر نسخة الجوال Bf9e95f5286ae64
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف DeLeTe الخميس 29 سبتمبر 2016 - 22:15

قم بتجربة الكود التالي:
الكود:
<!DOCTYPE HTML>
<html lang="{L_LANG_HTML}">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META}
  {META_FAVICO}
  {T_HEAD_STYLESHEET}
  <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="theme-color" content="{GG_THEME_COLOR}" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,700italic,900&subset=greek,greek-ext,latin,vietnamese,cyrillic-ext,latin-ext,cyrillic" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="//code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  {HOSTING_JS}
 
  <style>
  #wrap {
    min-width: 0px; !important
}
   
  #wrap {
    background:#444a5f url(http://i35.servimg.com/u/f35/19/23/51/91/free-l12.jpg);
    background-repeat: repeat; 
}
 

main, #header {
    opacity: 0.9;
    z-index: 9999;
}
    #new-topic {
    float: left;
    }
    #prv-btns {
    padding-bottom: 30px;
}   
  </style>
</head>
<body>
  <div id="wrap">
      <div id="header" class="mobile_title">
        {NAV_CAT_DESC}
      </div>
    <style type="text/css">
      img.logo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    </style>
          <a href="/"><img class="logo" src="http://i97.servimg.com/u/f97/15/18/10/29/746b1711.png"/></a>
      <main>
  <!-- BEGIN html_validation -->
      </main>
  </div>
  </body>
</html>
<!-- END html_validation -->
DeLeTe
DeLeTe
 
 

ذكر
عدد المساهمات : 2754
معدل النشاط : 9323
السُمعة : 75

https://help.ahlamontada.com#

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 22:20

DeLeTe كتب:قم بتجربة الكود التالي:
الكود:
<!DOCTYPE HTML>
<html lang="{L_LANG_HTML}">
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META}
  {META_FAVICO}
  {T_HEAD_STYLESHEET}
  <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="theme-color" content="{GG_THEME_COLOR}" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700,700italic,900&subset=greek,greek-ext,latin,vietnamese,cyrillic-ext,latin-ext,cyrillic" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="//code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  {HOSTING_JS}
  
  <style>
  #wrap {
    min-width: 0px; !important
}
    
  #wrap {
    background:#444a5f url(http://i35.servimg.com/u/f35/19/23/51/91/free-l12.jpg);
    background-repeat: repeat;  
}
 

main, #header {
    opacity: 0.9;
    z-index: 9999;
}
    #new-topic {
    float: left;
    }
    #prv-btns {
    padding-bottom: 30px;
}    
  </style>
</head>
<body>
  <div id="wrap">
      <div id="header" class="mobile_title">
        {NAV_CAT_DESC}
      </div>
    <style type="text/css">
      img.logo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    </style>
          <a href="/"><img class="logo" src="http://i97.servimg.com/u/f97/15/18/10/29/746b1711.png"/></a>
      <main>
  <!-- BEGIN html_validation -->
      </main>
  </div>
  </body>
</html>
<!-- END html_validation -->


للاسف لم تتغير النتيجة
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف DeLeTe الخميس 29 سبتمبر 2016 - 22:23

قمت بالتجربة على الايباد , ايفون 6 , ايفون 6 بلس , جالكسي اس 5. وتتغير المقاسات بدون اي مشاكل
ما نوع الأجهزة التي قمت بتجربتها؟
DeLeTe
DeLeTe
 
 

ذكر
عدد المساهمات : 2754
معدل النشاط : 9323
السُمعة : 75

https://help.ahlamontada.com#

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 22:26

DeLeTe كتب:قمت بالتجربة على الايباد , ايفون 6 , ايفون 6 بلس , جالكسي اس 5. وتتغير المقاسات بدون اي مشاكل
ما نوع الأجهزة التي قمت بتجربتها؟

نعم المقاسات تتغير فعلا وهو يعمل بشكل جيد
ولكن المشكلة هي في ارتفاع الصورة فهو يظهر بشكل ضخم جدا
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف DeLeTe الخميس 29 سبتمبر 2016 - 22:36

نعم صحيح, قم بتحديد اقصى ارتفاع تريده حتى اقوم بالتعديل Cool
DeLeTe
DeLeTe
 
 

ذكر
عدد المساهمات : 2754
معدل النشاط : 9323
السُمعة : 75

https://help.ahlamontada.com#

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الخميس 29 سبتمبر 2016 - 23:13

اريد ان تظهر الصورة بهذا الشكل 
حيث تظهر في نصف صورة الهيدر و نصف الشاشه المنتديات والاقسام
[url=http://www.m5zn.com/out.php?code=16465045]تعديل على صورة الهيدر نسخة الجوال Bf9e95f5286ae64[/url
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف JoryAbdallah الجمعة 30 سبتمبر 2016 - 5:40

اهلا وسهلا بك
لما ﻻ تقوم بتصغير حجم اللوغو بدل من تصغيرها من الاكواد
صغرة بالفوتوشوب بحجم مناسب يتناسب حجم الشاشات مختلفة
JoryAbdallah
JoryAbdallah
 
 

انثى
عدد المساهمات : 3030
معدل النشاط : 8173
السُمعة : 295

http://taqnyiat.ahlamontada.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الجمعة 30 سبتمبر 2016 - 10:20

شكرا لك ❤❤
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الجمعة 30 سبتمبر 2016 - 10:21

يغلق (تم الحل)
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

تعديل على صورة الهيدر نسخة الجوال Empty رد: تعديل على صورة الهيدر نسخة الجوال

مُساهمة من طرف Anas 1657 الجمعة 30 سبتمبر 2016 - 10:31

شكرا للاخ @DeLeTe
Anas 1657
Anas 1657
 
 

ذكر
عدد المساهمات : 78
معدل النشاط : 3578
السُمعة : 0

http://www.anas16572.com/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى