|
|
|
@ -86,10 +86,11 @@ class ReadRssViewModel(application: Application) : BaseViewModel(application), |
|
|
|
|
|
|
|
|
|
fun clHtml(content: String): String { |
|
|
|
|
return """<style> |
|
|
|
|
img{max-width:100% !important; width:auto; height:auto;} |
|
|
|
|
video{object-fit:fill; max-width:100% !important; width:auto; height:auto;} |
|
|
|
|
img{max-width:100%; width:auto; height:auto;} |
|
|
|
|
video{object-fit:fill; max-width:100%; width:auto; height:auto;} |
|
|
|
|
body{word-wrap:break-word; height:auto;max-width: 100%; width:auto;} |
|
|
|
|
</style>$content""" |
|
|
|
|
</style> |
|
|
|
|
$content""" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
override fun onInit(status: Int) { |
|
|
|
|