Menu – Was Isa (A.S) crucified?
“use strict”;
var positionImage = function positionImage(imageEl) {
var imageDimensions = imageEl.dataset.imageDimensions.split(‘x’);
var originalWidth = imageDimensions[0];
var originalHeight = imageDimensions[1];
var focalPoint = imageEl.dataset.imageFocalPoint.split(‘,’);
var focalPointX = focalPoint[0];
var focalPointY = focalPoint[1];
var parentNode = imageEl.parentNode;
var scale = function () {
var imageRatio = originalWidth / originalHeight;
var parentClientSize = {
height: parentNode.clientHeight,
width: parentNode.clientWidth
};
var parentRatio = parentClientSize.width / parentClientSize.height;
if (imageRatio > parentRatio) {
return parentClientSize.height / originalHeight;
}
return parentClientSize.width / originalWidth;
}();
var getRelativeOffset = function getRelativeOffset() {
var targetWidth = Math.ceil(originalWidth * scale);
var targetHeight = Math.ceil(originalHeight * scale);
var parentDimensionWidth = parentNode.offsetWidth;
var parentDimensionHeight = parentNode.offsetHeight;
var overflowWidth = targetWidth – parentDimensionWidth;
var overflowHeight = targetHeight – parentDimensionHeight;
var valueX;
if (overflowWidth === 0) {
valueX = focalPointX;
} else {
valueX = Math.max(Math.min(targetWidth * focalPointX – parentDimensionWidth * 0.5, overflowWidth), 0) / overflowWidth;
}
var valueY;
if (overflowHeight === 0) {
valueY = focalPointY;
} else {
valueY = Math.max(Math.min(targetHeight * focalPointY – parentDimensionHeight * 0.5, overflowHeight), 0) / overflowHeight;
}
return {
valueX: valueX,
valueY: valueY
};
};
var relativeOffset = getRelativeOffset();
var valueX = relativeOffset.valueX;
var valueY = relativeOffset.valueY;
imageEl.style.objectPosition = “”.concat(valueX * 100, “% “).concat(valueY * 100, “%”);
};
Quran denies that Isa (A.S) was crucified i.e he died on the cross. But it doesn’t negate that he was ever put on the cross.
.user-items-list-item-container[data-section-id=”613ef439734b966f2585774a”] .list-item-content__title {
font-size: 1.2rem;
}
.user-items-list-item-container[data-section-id=”613ef439734b966f2585774a”] .list-item-content__description {
font-size: 0.9rem;
}
.user-items-list-item-container[data-section-id=”613ef439734b966f2585774a”] .list-item-content__button {
font-size: 0.8rem;
}
@supports (–test-custom-property: true) {
.user-items-list-item-container[data-section-id=”613ef439734b966f2585774a”] {
–title-font-size-value: 1.2;
–body-font-size-value: 0.9;
–button-font-size-value: 0.8;
}
}
-
Salab (صَلَبُ) in Arabic Lexicons
-
All usage of Salab (صَلَبُ) in Quran
-
How the Prophet Muhammad ﷺ used Salab (صَلَبُ)
-
Was Isa (A.S) put on the cross?
-
Salab (صَلَبُ) explained by scholars
-
Did anyone ever survive crucifixion?