İstenilen Boyutta Section Tasarımda Section Çoğaltma

  • Section Tasarımda İstenilen section boyutu kesilebilir.
  • Her section'un class'ı farklı olmalı ve karşılığında tema.js dosyasında aşağıdaki kod kısmı eklenip class isimleri değiştirilecek. Değiştirilecek isimler foxtrotBase , foxtrot , yukseklikEcho , imgEcho , F , yukseklikEcho , foxtrot , yukseklikEcho
var imgEcho = document.getElementById('foxtrotBase');
var yukseklikEcho = imgEcho.clientHeight;
console.log("F" + yukseklikEcho);
$(".foxtrot").height(yukseklikEcho);

  • Öğeyi inceleden Console tıkladığımız zaman eklediğimiz section orada görünmesi gerekiyor.

© 2024, ASP.NET MVC CMS (Content Management System / İçerik Yönetim Sistemi). Tüm Hakları Saklıdır.