cass class ".ol-popup img" updated

feature_23819
Francesco Mangiacrapa 2 years ago
parent e8e60f6608
commit 05e271a162

@ -754,7 +754,7 @@ public class LayerManager {
UploadedImageDV img = listUI.get(0);
if (img.getListWsContent() != null) {
WorkspaceContentDV wsContent = img.getListWsContent().get(img.getListWsContent().size() - 1);
String theImgHTML = "<img class='popup-img-preview' src=\"" + wsContent.getLink() + "\"></img>";
String theImgHTML = "<img src=\"" + wsContent.getLink() + "\"></img>";
GWT.log("theImgHTML: " + theImgHTML);
// GeoportalDataViewerConstants.print("The row are:
// "+flex.getRowCount());

@ -36,7 +36,8 @@ body {
}
.ol-popup img {
max-width: 100%;
width: 100%;
max-height: 200px;
}
.ol-popup:after, .ol-popup:before {
@ -83,10 +84,6 @@ body {
font-weight: bold;
}
.popup-img-preview{
max-height: 200px;
}
#page-view-details {
margin: 10px;
text-rendering: optimizelegibility;

Loading…
Cancel
Save