Krahasoni 2 Imazhe KOD HTML




  Shembull  
[ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 650px;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #e91e63;
  opacity: 0.7;
  border-radius: 50%;
      border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}
</style>
<script>
function initComparisons() {
  var x, i;
  x = document.getElementsByClassName("img-comp-overlay");
  for (i = 0; i < x.length; i++) {
    compareImages(x[i]);
  }
  function compareImages(img) {
    var slider, img, clicked = 0, w, h;
    w = img.offsetWidth;
    h = img.offsetHeight;
    img.style.width = (w / 2) + "px";
    slider = document.createElement("DIV");
    slider.setAttribute("class", "img-comp-slider");
    img.parentElement.insertBefore(slider, img);
    slider.style.top = (h / 2) - (slider.offsetHeight / 2) + "px";
    slider.style.left = (w / 2) - (slider.offsetWidth / 2) + "px";
    slider.addEventListener("mousedown", slideReady);
    window.addEventListener("mouseup", slideFinish);

    slider.addEventListener("touchstart", slideReady);
    window.addEventListener("touchstop", slideFinish);
    function slideReady(e) {
      e.preventDefault();
      clicked = 1;
      window.addEventListener("mousemove", slideMove);
      window.addEventListener("touchmove", slideMove);
    }
    function slideFinish() {
      clicked = 0;
    }
    function slideMove(e) {
      var pos;
      if (clicked == 0) return false;
      pos = getCursorPos(e)
      if (pos < 0) pos = 0;
      if (pos > w) pos = w;
      slide(pos);
    }
    function getCursorPos(e) {
      var a, x = 0;
      e = e || window.event;
      a = img.getBoundingClientRect();
      x = e.pageX - a.left;
      x = x - window.pageXOffset;
      return x;
    }
    function slide(x) {
      img.style.width = x + "px";
      slider.style.left = img.offsetWidth - (slider.offsetWidth / 2) + "px";
    }
  }
}
</script>




<div class="img-comp-container">
  <div class="img-comp-img">
    <img src="https://image-A.jpeg" width="600" height="300">
  </div>
  <div class="img-comp-img img-comp-overlay">
    <img src="https://image-B.jpeg" width="600" height="300">
  </div>
</div>

<script>

initComparisons();
</script>
 ]



Në vend të https://image-A.jpeg dhe https://image-B.jpeg vendosni URL-t e imazheve tuaja që dëshironi te krahasnoni.





Edito Postimin
Eklips.al ne youtube

 HTML CSS JAVA Preview
Name

ARDUINO ALBANIA,4,BloggerWidget,5,BloggerWidgetMarket,5,CSS,1,event,2,html,5,Laboratori.al,4,Meso,5,Nabble,1,Shkarko,1,slider,6,theme,2,Tutoriale,5,Widget,5,WidgetWordpress,1,WordpressPlugin,1,
ltr
item
Laboratori.al: Krahasoni 2 Imazhe KOD HTML
Krahasoni 2 Imazhe KOD HTML
Compare 2 Images HTML CODE free
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhboGeeoUhTmHIh7uwLwDsPfusMgE23jnsfC8tx-IsoDVw5xboKBqNFhVqbqJb2LeqCBT6CCVSbH4hgJ3ewc_5WeWGIkOsW0Ks8jI0pDHB2cJpHGQjJ55zm95wjuDwOtwSqQqERfdPTBIgu/s0/Compare+2+Images+by+sliding+laboratori.al.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhboGeeoUhTmHIh7uwLwDsPfusMgE23jnsfC8tx-IsoDVw5xboKBqNFhVqbqJb2LeqCBT6CCVSbH4hgJ3ewc_5WeWGIkOsW0Ks8jI0pDHB2cJpHGQjJ55zm95wjuDwOtwSqQqERfdPTBIgu/s72-c/Compare+2+Images+by+sliding+laboratori.al.png
Laboratori.al
https://www.laboratori.al/2019/07/compare-2-images-by-sliding.html
https://www.laboratori.al/
https://www.laboratori.al/
https://www.laboratori.al/2019/07/compare-2-images-by-sliding.html
true
3215913151839365638
UTF-8
Loaded All Posts Nuk u gjend as një rezultat VIEW ALL Lexo më shum Reply Cancel reply Delete Nga Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE KËRKO ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Kliko këtu për të kopjuar të gjith kodin Select All Code Kodi u kopjua Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy