in previous post I wrote:
So, you mean the: Detail View? Which image you do mean exactly?But I saw for example 1 image: ...//phoca_thumb_l_the-alhambra-granada-spain-3-1230156_web.jpg and it's not cropped (i-frame).
Kind regards
Christine
So, you mean the: Detail View? Which image you do mean exactly?But I saw for example 1 image: ...//phoca_thumb_l_the-alhambra-granada-spain-3-1230156_web.jpg and it's not cropped (i-frame).
Yes. I'm sorry for not being better with the terminology.
I just had a quick glance at the information in the link you sent to me. I'll have to have a better look later.christine wrote: ↑27 Sep 2020, 15:18 Did you already check as mentioned in previous post:
About cropping: https://www.phoca.cz/documents/2-phoca- ... e-joomla-3
Crop Thumbnails (None | Only large thumbnails | Only medium thumbnails | Only small thumbnails | Large and medium thumbnails | Medium and small thumbnails | Small and large thumbnails | All) Set which thumbnails should be cropped
Try to add to your custom.css or user.css:.pg-detail-view {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
}
and maybe to change the transform..pg-detail-view {
top: 100% !important;
transform: perspective(1px) translateY(-50%);
}
I've had a longer breakchristine wrote: ↑27 Sep 2020, 23:14 you changed from Shadow Box (Image Only) to: Shadow Box > it's iframe method.
Means:
a) Image Method = Display of original picture possible.
b) Iframe Method = Display of original picture is not possible.
Try (also) with other Detail View, e.g. Highslide JS etc. but: Image Method.
for reminder:Socrates_mx5 wrote: ↑28 Sep 2020, 00:02
With Boxplus (Image Only) the Detail View can't load images in portrait format. It's the same result with Magnific (Image Only), Modalbox (Image Only), ShadowBox (Image Only) and PhotoSwipe.
a) Image Method = Display of original picture possible.
b) Iframe Method = Display of original picture is not possible.
but this belongs to the Category View and not Detail View.Socrates_mx5 wrote: ↑28 Sep 2020, 00:02When it comes to PhotoSwipe, then the original problem with shrunk thumbnails of the images is till there.
Now new subject:Socrates_mx5 wrote: The best choice at the moment seams to be Highslide JS (Image Only). It's a pity it doesn't resize, which makes it less useful on Smartphones
The icons are not magnified:Socrates_mx5 wrote: There is a problem with the icon of comments and GEO-location in the category view on the Smartphone, because they are magnified, but the icon for links is not. Since it's just some of the icons that resize out of proportion, then I believe it should be possible to solve.